diff options
| author | Chris McDonough <chrism@plope.com> | 2015-03-15 16:04:52 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2015-03-15 16:04:52 -0400 |
| commit | 45aa696cf2e90a201eeb5b9d3c90ab0be820d459 (patch) | |
| tree | 05ebae7a09a78f080a6f0ebf992e563a0aa8be82 /docs | |
| parent | 8ebde50fdc7322e82b96ad103ab168b92ca2b74a (diff) | |
| parent | 8943131aa7678d26ef7cdd135001a54828c349d6 (diff) | |
| download | pyramid-45aa696cf2e90a201eeb5b9d3c90ab0be820d459.tar.gz pyramid-45aa696cf2e90a201eeb5b9d3c90ab0be820d459.tar.bz2 pyramid-45aa696cf2e90a201eeb5b9d3c90ab0be820d459.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs')
| -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 93cd0c18e..6c98b6f3a 100644 --- a/docs/tutorials/wiki/authorization.rst +++ b/docs/tutorials/wiki/authorization.rst @@ -197,9 +197,9 @@ Add the following import statements to the head of ``tutorial/tutorial/views.py``: .. literalinclude:: src/authorization/tutorial/views.py - :lines: 6-13,15-17 + :lines: 6-17 :linenos: - :emphasize-lines: 3,6-9,11 + :emphasize-lines: 3,6-11 :language: python (Only the highlighted lines, with other necessary modifications, |
