Continue working on documentation

This commit is contained in:
Andrew Svetlov
2015-11-05 22:59:21 +02:00
parent e9065305ad
commit f8d76e32ce
3 changed files with 95 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ class AbstractIdentityPolicy(metaclass=abc.ABCMeta):
Modify response object by filling it's headers with remembered user.
An individual identity policy and its consumers can decide on
the composition and meaning of **kw.
the composition and meaning of **kwargs.
"""
pass