summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-07-01 08:17:14 +0000
committerChris McDonough <chrism@agendaless.com>2009-07-01 08:17:14 +0000
commit24468a3b2e5f223ce5bc44c66fe27f1bd50c243a (patch)
tree819c2c120837e7dd3ffe502487b51aafdf2f14fc /docs
parent0688dad3e51361e3274650f39897100063f89459 (diff)
downloadpyramid-24468a3b2e5f223ce5bc44c66fe27f1bd50c243a.tar.gz
pyramid-24468a3b2e5f223ce5bc44c66fe27f1bd50c243a.tar.bz2
pyramid-24468a3b2e5f223ce5bc44c66fe27f1bd50c243a.zip
Renderings.
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorials/bfgwiki/authorization.rst2
-rw-r--r--docs/tutorials/bfgwiki2/authorization.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/bfgwiki/authorization.rst b/docs/tutorials/bfgwiki/authorization.rst
index 304a3964b..e605fd31a 100644
--- a/docs/tutorials/bfgwiki/authorization.rst
+++ b/docs/tutorials/bfgwiki/authorization.rst
@@ -35,7 +35,7 @@ that a view invocation can not be authorized. When you're done, your
Adding ``security.py``
-~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~
Add a ``security.py`` module within your package (in the same
directory as "run.py", "views.py", etc) with the following content:
diff --git a/docs/tutorials/bfgwiki2/authorization.rst b/docs/tutorials/bfgwiki2/authorization.rst
index d95f54127..ec6f44882 100644
--- a/docs/tutorials/bfgwiki2/authorization.rst
+++ b/docs/tutorials/bfgwiki2/authorization.rst
@@ -91,7 +91,7 @@ that a view invocation can not be authorized. When you're done, your
:language: xml
Adding ``security.py``
-~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~
Add a ``security.py`` module within your package (in the same
directory as "run.py", "views.py", etc) with the following content: