diff options
| author | Michael Merickel <michael@merickel.org> | 2014-11-17 20:20:15 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2014-11-17 20:20:15 -0600 |
| commit | 3be89551889d87c5f7d86c18f2e92f03470ff4f9 (patch) | |
| tree | 01be54a1ee57f59260cd31e4189ce968656013c9 /docs/api/security.rst | |
| parent | 2b59a35c4b5ec0f7052aacce3ffa66ce74cbae56 (diff) | |
| parent | 170404ecddd2837b682f4af26575f03ccf456841 (diff) | |
| download | pyramid-3be89551889d87c5f7d86c18f2e92f03470ff4f9.tar.gz pyramid-3be89551889d87c5f7d86c18f2e92f03470ff4f9.tar.bz2 pyramid-3be89551889d87c5f7d86c18f2e92f03470ff4f9.zip | |
Merge pull request #1399 from Pylons/feature.security-docs-enhancements
security docs enhancements
Diffstat (limited to 'docs/api/security.rst')
| -rw-r--r-- | docs/api/security.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/security.rst b/docs/api/security.rst index 814b68e5a..88086dbbf 100644 --- a/docs/api/security.rst +++ b/docs/api/security.rst @@ -16,7 +16,7 @@ Authentication API Functions .. autofunction:: forget -.. autofunction:: remember +.. autofunction:: remember(request, userid, **kwargs) Authorization API Functions --------------------------- |
