summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/authentication.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-02-28 13:04:30 -0600
committerMichael Merickel <michael@merickel.org>2016-02-28 13:04:30 -0600
commit44c087008f39dba616ea62eb413f2fa96a5b6fb3 (patch)
treed9bbc2d4e1d7ac69cb7ad8580b0e149594070ec6 /docs/tutorials/wiki2/authentication.rst
parent154d86ff6d5bb2ad28d11d664787ddabc32a3475 (diff)
downloadpyramid-44c087008f39dba616ea62eb413f2fa96a5b6fb3.tar.gz
pyramid-44c087008f39dba616ea62eb413f2fa96a5b6fb3.tar.bz2
pyramid-44c087008f39dba616ea62eb413f2fa96a5b6fb3.zip
fix some nits
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 8d9855460..72c11f311 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.