forked from orbit-oss/flask
docstring typo
This commit is contained in:
parent
acb61ae57b
commit
20a542fc8a
1 changed files with 1 additions and 1 deletions
|
|
@ -1446,7 +1446,7 @@ class Flask(_PackageBoundObject):
|
||||||
|
|
||||||
.. versionchanged:: 0.9
|
.. versionchanged:: 0.9
|
||||||
This can now also be called without a request object when the
|
This can now also be called without a request object when the
|
||||||
UR adapter is created for the application context.
|
URL adapter is created for the application context.
|
||||||
"""
|
"""
|
||||||
if request is not None:
|
if request is not None:
|
||||||
return self.url_map.bind_to_environ(request.environ,
|
return self.url_map.bind_to_environ(request.environ,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue