diff options
Diffstat (limited to 'docs/ref/templates/api.txt')
| -rw-r--r-- | docs/ref/templates/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 134f90c38c..aece572e07 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -69,7 +69,7 @@ takes one argument -- the raw template code:: >>> from django.template import Template >>> t = Template("My name is {{ my_name }}.") - >>> print t + >>> print(t) <django.template.Template instance> .. admonition:: Behind the scenes |
