summaryrefslogtreecommitdiff
path: root/docs/templates_python.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/templates_python.txt')
-rw-r--r--docs/templates_python.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt
index b4e09252bd..81c423f33b 100644
--- a/docs/templates_python.txt
+++ b/docs/templates_python.txt
@@ -611,7 +611,7 @@ Registering the tag
Finally, use a ``register_tag`` call, as in ``register_filter`` above. Example::
from django.core import template
- template.register_tag('cycle', do_cycle)
+ template.register_tag('current_time', do_current_time)
``register_tag`` takes two arguments: