diff options
| author | ejo <ericongerth@gmail.com> | 2011-07-10 10:38:01 -0700 |
|---|---|---|
| committer | ejo <ericongerth@gmail.com> | 2011-07-10 10:38:01 -0700 |
| commit | 546ae051d076de48496b721f13fd74c3f4c12a67 (patch) | |
| tree | be9426a2f878ef1243b4ea90832bab72f2f27f7c /docs/narr | |
| parent | 4b105d5853988f846a0ff604e811b436b8a68f50 (diff) | |
| download | pyramid-546ae051d076de48496b721f13fd74c3f4c12a67.tar.gz pyramid-546ae051d076de48496b721f13fd74c3f4c12a67.tar.bz2 pyramid-546ae051d076de48496b721f13fd74c3f4c12a67.zip | |
Adding 'I' to example custom AuthenticationPolicy; it's an interface.
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/security.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst index c7a07b857..322e905f6 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -562,7 +562,7 @@ that implements the following interface: .. code-block:: python :linenos: - class AuthenticationPolicy(object): + class IAuthenticationPolicy(object): """ An object representing a Pyramid authentication policy. """ def authenticated_userid(self, request): |
