Skip to content

Commit

Permalink
actually to actual, again, fixed spelling, not grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
finbarrocallaghan committed Sep 6, 2012
1 parent e8d50a7 commit e93447f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask/app.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ def preprocess_request(self):
request handling is stopped. request handling is stopped.
This also triggers the :meth:`url_value_processor` functions before This also triggers the :meth:`url_value_processor` functions before
the actually :meth:`before_request` functions are called. the actual :meth:`before_request` functions are called.
""" """
bp = _request_ctx_stack.top.request.blueprint bp = _request_ctx_stack.top.request.blueprint


Expand Down

0 comments on commit e93447f

Please sign in to comment.