summaryrefslogtreecommitdiff
path: root/paste/auth
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-02-01 07:47:11 +0000
committerianb <devnull@localhost>2006-02-01 07:47:11 +0000
commitffe35d255d661769a7c23c1af5be4aeb3df75f42 (patch)
tree0e6312a0f410fe45051bea88bc828539fac46d6b /paste/auth
parent3d2f52f488e02b21a94bce019db2655fe5c4deb9 (diff)
downloadpaste-ffe35d255d661769a7c23c1af5be4aeb3df75f42.tar.gz
Added to the do-it-yourself doc
Diffstat (limited to 'paste/auth')
-rw-r--r--paste/auth/auth_tkt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/auth/auth_tkt.py b/paste/auth/auth_tkt.py
index 3d5b77f..e47653a 100644
--- a/paste/auth/auth_tkt.py
+++ b/paste/auth/auth_tkt.py
@@ -219,7 +219,7 @@ class AuthTKTMiddleware(object):
string (comma-separated groups) or a list of strings.
``user_data`` is a string for your own use.
- ``environ['logout_user']``()
+ ``environ['logout_user']()``
Logs out the user.
"""