Skip to content

Instantly share code, notes, and snippets.

@loic
Last active December 19, 2015 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loic/5999900 to your computer and use it in GitHub Desktop.
Save loic/5999900 to your computer and use it in GitHub Desktop.
diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt
index 160cdc7..49ed772 100644
--- a/docs/ref/templates/api.txt
+++ b/docs/ref/templates/api.txt
@@ -297,8 +297,8 @@ dictionary syntax::
>>> c['newvariable']
'hello'
-.. method:: pop()
-.. method:: push()
+.. method:: django.template.Context.pop()
+.. method:: django.template.Context.push()
.. exception:: django.template.ContextPopException
A ``Context`` object is a stack. That is, you can ``push()`` and ``pop()`` it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment