summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/authentication.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-02-28 22:30:45 -0800
committerSteve Piercy <web@stevepiercy.com>2016-02-28 22:30:45 -0800
commitae5cccc2bb5e749effc34f624e0abbb149fc389f (patch)
tree610999c8fe6579c0771b9e64809f55fc9c96e9a9 /docs/tutorials/wiki2/authentication.rst
parent3e30040da7c2d5c38b330727b48d9f6b852956d9 (diff)
parent20eac53d0df1687be897677dfc0dd0405271faef (diff)
downloadpyramid-ae5cccc2bb5e749effc34f624e0abbb149fc389f.tar.gz
pyramid-ae5cccc2bb5e749effc34f624e0abbb149fc389f.tar.bz2
pyramid-ae5cccc2bb5e749effc34f624e0abbb149fc389f.zip
Merge remote-tracking branch 'upstream/feature/alchemy-scaffold-update' into feature/alchemy-scaffold-update
Diffstat (limited to 'docs/tutorials/wiki2/authentication.rst')
-rw-r--r--docs/tutorials/wiki2/authentication.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/authentication.rst b/docs/tutorials/wiki2/authentication.rst
index 9ee223a50..5447db861 100644
--- a/docs/tutorials/wiki2/authentication.rst
+++ b/docs/tutorials/wiki2/authentication.rst
@@ -207,7 +207,7 @@ Create a new file ``tutorial/views/auth.py``, and add the following code to it:
:linenos:
:language: python
-This code adds three new views to application:
+This code adds three new views to the application:
- The ``login`` view renders a login form and processes the post from the
login form, checking credentials against our ``users`` table in the database.