Skip to content

Commit 3bd12b3

Browse files
authored
Merge pull request pallets#2022 from pablogamboa/patch-1
Fix typo in docs
2 parents 12008c2 + 2b47615 commit 3bd12b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flask/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,13 +1627,13 @@ def full_dispatch_request(self):
16271627

16281628
def finalize_request(self, rv, from_error_handler=False):
16291629
"""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
16311631
postprocessing functions. This is invoked for both normal
16321632
request dispatching as well as error handlers.
16331633
16341634
Because this means that it might be called as a result of a
16351635
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
16371637
response processing will be logged and otherwise ignored.
16381638
16391639
:internal:

0 commit comments

Comments
 (0)