diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-12-23 04:59:46 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-12-23 04:59:46 -0800 |
| commit | b960f68382611c1e9ecd04a24e8c6a414d11d0b9 (patch) | |
| tree | 2a78a0dafe9ba17796cee47e54233382f0de6b23 /docs/tutorials/wiki/authorization.rst | |
| parent | 0a2628a592599744b2a2ff8800f0e69c2db9e81b (diff) | |
| download | pyramid-b960f68382611c1e9ecd04a24e8c6a414d11d0b9.tar.gz pyramid-b960f68382611c1e9ecd04a24e8c6a414d11d0b9.tar.bz2 pyramid-b960f68382611c1e9ecd04a24e8c6a414d11d0b9.zip | |
readjust line numbers
Diffstat (limited to 'docs/tutorials/wiki/authorization.rst')
| -rw-r--r-- | docs/tutorials/wiki/authorization.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/authorization.rst b/docs/tutorials/wiki/authorization.rst index 63f18d72f..d580e7816 100644 --- a/docs/tutorials/wiki/authorization.rst +++ b/docs/tutorials/wiki/authorization.rst @@ -232,7 +232,7 @@ Add the following import statements to the head of ``tutorial/views.py``: .. literalinclude:: src/authorization/tutorial/views.py - :lines: 5-18 + :lines: 6-17 :emphasize-lines: 1-14 :language: python @@ -311,7 +311,7 @@ Open ``tutorial/templates/edit.pt`` and indicated by the highlighted lines. .. literalinclude:: src/authorization/tutorial/templates/edit.pt - :lines: 34-38 + :lines: 35-39 :emphasize-lines: 3-5 :language: html |
