Browse Source

Merge pull request #567 from PaulMcMillan/docs_fix

docstring typo
pull/571/merge
Kenneth Reitz 13 years ago
parent
commit
50dc240352
  1. 2
      flask/app.py

2
flask/app.py

@ -1468,7 +1468,7 @@ class Flask(_PackageBoundObject):
.. versionchanged:: 0.9
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:
return self.url_map.bind_to_environ(request.environ,

Loading…
Cancel
Save