Skip to content

Commit eb67242

Browse files
committed
Fixed a typo in a docstring in app.py
1 parent c62422c commit eb67242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def __init__(self, import_name, static_path=None):
238238
#: this function is active for, `None` for all requests. This can for
239239
#: example be used to open database connections or getting hold of the
240240
#: currently logged in user. To register a function here, use the
241-
#: :meth:`before_request` decorator.
241+
#: :meth:`after_request` decorator.
242242
self.after_request_funcs = {}
243243

244244
#: A dictionary with list of functions that are called without argument

0 commit comments

Comments
 (0)