Fixed some doc errors that caused syntax highlighting to fail.

This commit is contained in:
Tim Graham 2014-08-18 20:37:16 -04:00
parent 132d0e516e
commit 9432f1e750
6 changed files with 24 additions and 17 deletions

View file

@ -320,7 +320,7 @@ If you ``pop()`` too much, it'll raise
>>> c.pop()
Traceback (most recent call last):
...
django.template.ContextPopException
ContextPopException
.. versionadded:: 1.7