From ffe35d255d661769a7c23c1af5be4aeb3df75f42 Mon Sep 17 00:00:00 2001 From: ianb Date: Wed, 1 Feb 2006 07:47:11 +0000 Subject: Added to the do-it-yourself doc --- paste/auth/auth_tkt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paste/auth') 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. """ -- cgit v1.2.1