Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Apr 9, 2012
1 parent d26af4f commit bcd00e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask/ctx.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(self, username, remote_addr=None):


def has_app_context():
"""Worksl ike :func:`has_request_context` but for the application
"""Works like :func:`has_request_context` but for the application
context. You can also just do a boolean check on the
:data:`current_app` object instead.
Expand Down

0 comments on commit bcd00e5

Please sign in to comment.