From c62f7dc452f262ed747e0038d3962e8a198ee1d5 Mon Sep 17 00:00:00 2001 From: Matt Russell Date: Wed, 19 Nov 2014 19:32:25 +0000 Subject: Fixes breaking docs build due to unquoted asterisks in doc string. --- pyramid/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``. """ -- cgit v1.2.3