Steve Piercy
2015-03-13 b0218c806d684771b00eb93af58c8482376af349
Update code example

Modify `lines` to include closing parens in source and update corresponding `emphasize-lines`. Closes #1606.
1 files modified
4 ■■■■ changed files
docs/tutorials/wiki/authorization.rst 4 ●●●● patch | view | raw | blame | history
docs/tutorials/wiki/authorization.rst
@@ -197,9 +197,9 @@
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,