Browse Source

Fixed a typo in a comment

pull/483/head
Armin Ronacher 13 years ago
parent
commit
a1305973bf
  1. 2
      flask/ctx.py

2
flask/ctx.py

@ -95,7 +95,7 @@ class RequestContext(object):
self.match_request()
# XXX: Support for deprecated functionality. This is doing away with
# XXX: Support for deprecated functionality. This is going away with
# Flask 1.0
blueprint = self.request.blueprint
if blueprint is not None:

Loading…
Cancel
Save