summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/interfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py
index 2b56262c0..b21c6b9cc 100644
--- a/pyramid/interfaces.py
+++ b/pyramid/interfaces.py
@@ -479,7 +479,7 @@ class IAuthenticationPolicy(Interface):
""" Return a set of headers suitable for 'remembering' the
:term:`userid` named ``userid`` when set in a response. An
individual authentication policy and its consumers can
- decide on the composition and meaning of **kw.
+ decide on the composition and meaning of ``**kw``.
"""