Skip to content

Commit bcd00e5

Browse files
committed
Fixed a typo
1 parent d26af4f commit bcd00e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask/ctx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def __init__(self, username, remote_addr=None):
6262

6363

6464
def has_app_context():
65-
"""Worksl ike :func:`has_request_context` but for the application
65+
"""Works like :func:`has_request_context` but for the application
6666
context. You can also just do a boolean check on the
6767
:data:`current_app` object instead.
6868

0 commit comments

Comments
 (0)