Skip to content

Commit

Permalink
Update code example
Browse files Browse the repository at this point in the history
Modify `lines` to include closing parens in source and update corresponding `emphasize-lines`. Closes #1606.
  • Loading branch information
stevepiercy committed Mar 13, 2015
1 parent 6c1a1c6 commit b0218c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/wiki/authorization.rst
Expand Up @@ -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,
Expand Down

0 comments on commit b0218c8

Please sign in to comment.