Update sessions.py

missing backticks in docstring
This commit is contained in:
max demian 2014-03-15 14:38:19 +01:00
parent cb25c42316
commit f3f7b640b9

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`.
"""