From f3f7b640b979a3d9f298c25ee42c72e7bb44b479 Mon Sep 17 00:00:00 2001 From: max demian Date: Sat, 15 Mar 2014 14:38:19 +0100 Subject: [PATCH] Update sessions.py missing backticks in docstring --- flask/sessions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/sessions.py b/flask/sessions.py index 598ba4e9..82ba3506 100644 --- a/flask/sessions.py +++ b/flask/sessions.py @@ -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`. """