summaryrefslogtreecommitdiff
path: root/repoze
diff options
context:
space:
mode:
Diffstat (limited to 'repoze')
-rw-r--r--repoze/bfg/authentication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/authentication.py b/repoze/bfg/authentication.py
index b8d398985..54e106af5 100644
--- a/repoze/bfg/authentication.py
+++ b/repoze/bfg/authentication.py
@@ -164,7 +164,7 @@ class AuthTktAuthenticationPolicy(CallbackAuthenticationPolicy):
``secret``
- The secret (a string) used for auth_tkt cookie encryption.
+ The secret (a string) used for auth_tkt cookie signing.
Required.
``callback``