summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/authentication.rst
diff options
context:
space:
mode:
authorgoodwillcoding <goodwillcoding@users.noreply.github.com>2018-05-14 10:50:11 -0700
committerGitHub <noreply@github.com>2018-05-14 10:50:11 -0700
commitba41c5675c64eb2e33100524eaa1c4073d8a007c (patch)
treea1e745709e5e48e602f0a17c5157510130b0c2bc /docs/quick_tutorial/authentication.rst
parent21a9376b6c8535432eca527598013a0fbac9a461 (diff)
parente68e308330bd1626518c695d3253f9db828f4669 (diff)
downloadpyramid-ba41c5675c64eb2e33100524eaa1c4073d8a007c.tar.gz
pyramid-ba41c5675c64eb2e33100524eaa1c4073d8a007c.tar.bz2
pyramid-ba41c5675c64eb2e33100524eaa1c4073d8a007c.zip
Merge pull request #3276 from radurevutchi/master
fixed issue #3182 - alphabetized dependencies in quick tutorial and a…
Diffstat (limited to 'docs/quick_tutorial/authentication.rst')
-rw-r--r--docs/quick_tutorial/authentication.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/authentication.rst b/docs/quick_tutorial/authentication.rst
index 95acc33e4..529f51ddd 100644
--- a/docs/quick_tutorial/authentication.rst
+++ b/docs/quick_tutorial/authentication.rst
@@ -39,7 +39,7 @@ Steps
.. literalinclude:: authentication/setup.py
:language: python
- :emphasize-lines: 7
+ :emphasize-lines: 4
:linenos:
#. We can now install our project in development mode:
@@ -94,7 +94,7 @@ Steps
#. Click the "Log In" link.
-#. Submit the login form with the username ``editor`` and the password
+#. Submit the login form with the username ``editor`` and the password
``editor``.
#. Note that the "Log In" link has changed to "Logout".