Delete unnecessary isolated blanks and letters. (#1838)

This commit is contained in:
WH-2099 2020-05-01 01:07:06 +08:00 committed by GitHub
parent 8abba597a8
commit ae1874ce34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -406,7 +406,7 @@ Build URL for static files
==========================
Sanic supports using `url_for` method to build static file urls. In case if the static url
is pointing to a directory, `filename` parameter to the `url_for` can be ignored. q
is pointing to a directory, `filename` parameter to the `url_for` can be ignored.
.. code-block:: python