Update sessions.py

get_cookie_path: fix docstring
This commit is contained in:
enkore 2013-08-17 21:32:52 +02:00
parent 2d8a21c732
commit f5d38dc4fc

View file

@ -223,7 +223,7 @@ class SessionInterface(object):
def get_cookie_path(self, app):
"""Returns the path for which the cookie should be valid. The
default implementation uses the value from the SESSION_COOKIE_PATH``
default implementation uses the value from the ``SESSION_COOKIE_PATH``
config var if it's set, and falls back to ``APPLICATION_ROOT`` or
uses ``/`` if it's `None`.
"""