summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/authorization.rst
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2013-09-06 21:19:59 -0600
committerBert JW Regeer <bertjw@regeer.org>2013-09-06 21:19:59 -0600
commit24ac1ff6b4fbed346c18c759790ae1656a5fdcb3 (patch)
treee33a463d358251ceae9e6fcf3d995dca7e095c8a /docs/tutorials/wiki2/authorization.rst
parentca51e11d86f9b4cb24f35e28fa3ab801fc6a49ec (diff)
downloadpyramid-24ac1ff6b4fbed346c18c759790ae1656a5fdcb3.tar.gz
pyramid-24ac1ff6b4fbed346c18c759790ae1656a5fdcb3.tar.bz2
pyramid-24ac1ff6b4fbed346c18c759790ae1656a5fdcb3.zip
Update line numbers as appropriate
Removing __init__ moved some code around, update the line numbers as appropriate so that the right sections of code get highlighted.
Diffstat (limited to 'docs/tutorials/wiki2/authorization.rst')
-rw-r--r--docs/tutorials/wiki2/authorization.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki2/authorization.rst b/docs/tutorials/wiki2/authorization.rst
index 01c301e74..2af56868c 100644
--- a/docs/tutorials/wiki2/authorization.rst
+++ b/docs/tutorials/wiki2/authorization.rst
@@ -83,7 +83,7 @@ statement at the head:
Add the following class definition:
.. literalinclude:: src/authorization/tutorial/models.py
- :lines: 36-40
+ :lines: 33-37
:linenos:
:language: python
@@ -339,7 +339,7 @@ when we're done:
.. literalinclude:: src/authorization/tutorial/models.py
:linenos:
- :emphasize-lines: 1-4,36-40
+ :emphasize-lines: 1-4,33-37
:language: python
(Only the highlighted lines need to be added.)