diff options
| author | Chris McDonough <chrism@plope.com> | 2013-09-08 04:45:14 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-09-08 04:45:14 -0400 |
| commit | 72bf7517187f68908c5c4b53760a57a99db8889b (patch) | |
| tree | 98576c6ad37cf7c6c0cfaf62b635723380cc2393 /docs/tutorials/wiki2/authorization.rst | |
| parent | fc477b2e4b20ae2788e468e45b2831e774be8ced (diff) | |
| parent | 6a28ee15243fa1a3ae918d176cc6629c1cacfb7e (diff) | |
| download | pyramid-72bf7517187f68908c5c4b53760a57a99db8889b.tar.gz pyramid-72bf7517187f68908c5c4b53760a57a99db8889b.tar.bz2 pyramid-72bf7517187f68908c5c4b53760a57a99db8889b.zip | |
Merge branch 'mmerickel-feature.rendering-doc-updates'
Diffstat (limited to 'docs/tutorials/wiki2/authorization.rst')
| -rw-r--r-- | docs/tutorials/wiki2/authorization.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki2/authorization.rst b/docs/tutorials/wiki2/authorization.rst index 2af56868c..cf20db6d7 100644 --- a/docs/tutorials/wiki2/authorization.rst +++ b/docs/tutorials/wiki2/authorization.rst @@ -203,7 +203,7 @@ Go back to ``tutorial/tutorial/__init__.py`` and add these two routes: .. literalinclude:: src/authorization/tutorial/__init__.py - :lines: 30-31 + :lines: 31-32 :linenos: :language: python @@ -329,7 +329,7 @@ when we're done: .. literalinclude:: src/authorization/tutorial/__init__.py :linenos: - :emphasize-lines: 2-3,7,21-23,25-27,30-31 + :emphasize-lines: 2-3,7,21-23,25-27,31-32 :language: python (Only the highlighted lines need to be added.) |
