diff options
| author | Chris McDonough <chrism@plope.com> | 2013-09-07 01:37:43 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-09-07 01:37:43 -0400 |
| commit | e5374481eee64974d083ea74a293e999bf8c4205 (patch) | |
| tree | 2bfbe7e944decfc889e043e520bc98ecd0e590b9 /docs/tutorials/wiki2/authorization.rst | |
| parent | 90b9686a20e6465b9a97ce02e4d10080c0cf271e (diff) | |
| parent | 60945d27ec06ca5c1855e7d8341d010f51153e60 (diff) | |
| download | pyramid-e5374481eee64974d083ea74a293e999bf8c4205.tar.gz pyramid-e5374481eee64974d083ea74a293e999bf8c4205.tar.bz2 pyramid-e5374481eee64974d083ea74a293e999bf8c4205.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
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 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.) |
