Skip to content

Commit

Permalink
Fix broken reference to flask.current_app.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbr committed Aug 14, 2015
1 parent 22107d1 commit 628c329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_kvsession/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def cleanup_sessions(self, app=None):
sessions.
:param app: The app whose sessions should be cleaned up. If ``None``,
uses :py:attr:`flask.current_app`."""
uses :py:data:`~flask.current_app`."""

if not app:
app = current_app
Expand Down

0 comments on commit 628c329

Please sign in to comment.