summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorCarlos de la Guardia <cguardia@yahoo.com>2009-06-02 05:44:33 +0000
committerCarlos de la Guardia <cguardia@yahoo.com>2009-06-02 05:44:33 +0000
commit8441d57b36a7522a4c4bbe0936774829bfa0e742 (patch)
tree3caf980dc36b36eb53cebc9dfdf7bc95f60a4005 /docs/tutorials
parent3d16dee6c98960889c85beedfc03e3d895b4a8a4 (diff)
downloadpyramid-8441d57b36a7522a4c4bbe0936774829bfa0e742.tar.gz
pyramid-8441d57b36a7522a4c4bbe0936774829bfa0e742.tar.bz2
pyramid-8441d57b36a7522a4c4bbe0936774829bfa0e742.zip
fixed typo
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/bfgwiki2/authorization.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/bfgwiki2/authorization.rst b/docs/tutorials/bfgwiki2/authorization.rst
index 5db71a217..94bff565e 100644
--- a/docs/tutorials/bfgwiki2/authorization.rst
+++ b/docs/tutorials/bfgwiki2/authorization.rst
@@ -118,7 +118,7 @@ and logout views. Add a file named ``login.py`` to your application
Changing Existing Views
~~~~~~~~~~~~~~~~~~~~~~~
-Then we need to change each opf our ``view_page``, ``edit_page`` and
+Then we need to change each of our ``view_page``, ``edit_page`` and
``add_page`` views in ``views.py`` to pass a "logged in" parameter
into its template. We'll add something like this to each view body: