summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pyramid/authentication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyramid/authentication.py b/src/pyramid/authentication.py
index 47570d5fc..6b5305cf3 100644
--- a/src/pyramid/authentication.py
+++ b/src/pyramid/authentication.py
@@ -571,7 +571,7 @@ class AuthTktAuthenticationPolicy(CallbackAuthenticationPolicy):
``samesite``
Default: ``'Lax'``. The 'samesite' option of the session cookie. Set
- the value to ``None`` to turn off the samesite option.
+ the value to the string ``'None'`` to turn off the samesite option.
.. versionchanged:: 1.4