File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1627,13 +1627,13 @@ def full_dispatch_request(self):
1627
1627
1628
1628
def finalize_request (self , rv , from_error_handler = False ):
1629
1629
"""Given the return value from a view function this finalizes
1630
- the request by converting it into a repsonse and invoking the
1630
+ the request by converting it into a response and invoking the
1631
1631
postprocessing functions. This is invoked for both normal
1632
1632
request dispatching as well as error handlers.
1633
1633
1634
1634
Because this means that it might be called as a result of a
1635
1635
failure a special safe mode is available which can be enabled
1636
- with the `from_error_handler` flag. If enabled failures in
1636
+ with the `from_error_handler` flag. If enabled, failures in
1637
1637
response processing will be logged and otherwise ignored.
1638
1638
1639
1639
:internal:
You can’t perform that action at this time.
0 commit comments