summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/authorization.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-09-06 20:41:18 -0700
committerMichael Merickel <michael@merickel.org>2013-09-06 20:41:18 -0700
commit1bd339e1b3c09ff62e1cd15623815448ab091d2a (patch)
treee33a463d358251ceae9e6fcf3d995dca7e095c8a /docs/tutorials/wiki2/authorization.rst
parent90b9686a20e6465b9a97ce02e4d10080c0cf271e (diff)
parent24ac1ff6b4fbed346c18c759790ae1656a5fdcb3 (diff)
downloadpyramid-1bd339e1b3c09ff62e1cd15623815448ab091d2a.tar.gz
pyramid-1bd339e1b3c09ff62e1cd15623815448ab091d2a.tar.bz2
pyramid-1bd339e1b3c09ff62e1cd15623815448ab091d2a.zip
Merge pull request #1115 from bertjwregeer/docs/remove_init_sqlalchemy
Docs: remove init sqlalchemy
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.)