Fixed a typo in a comment

This commit is contained in:
Armin Ronacher 2012-04-09 14:19:13 +01:00
parent 20a3281209
commit a1305973bf

View file

@ -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: