[doc] fix pyramid-auth-secret conf sample
authorChristophe de Vienne <christophe@unlish.com>
Tue, 10 Feb 2015 10:23:20 +0100
changeset 11555 03db03f5c303
parent 11554 5631764c51ba
child 11556 1eeba41a2e95
[doc] fix pyramid-auth-secret conf sample
docs/narr/settings.rst
--- a/docs/narr/settings.rst	Mon Feb 02 13:46:28 2015 +0100
+++ b/docs/narr/settings.rst	Tue Feb 10 10:23:20 2015 +0100
@@ -31,7 +31,7 @@
 
     .. code-block:: ini
 
-        pyramid-session-secret = <some other very secret passphrase>
+        pyramid-auth-secret = <some other very secret passphrase>
 
 
 .. _pyramid_settings: