summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-08-15 07:14:10 -0400
committerTim Graham <timograham@gmail.com>2013-08-15 07:14:10 -0400
commit29255fcb4f5f50334cda9546ada2f31e825deec3 (patch)
tree891e7cde385813556679c40ab8ebb3ac560404e8 /docs/intro/tutorial01.txt
parent354009d67eb56301457ec26c1c847af5fdfc083b (diff)
Fixed some ReST errors regarding backticks
Diffstat (limited to 'docs/intro/tutorial01.txt')
-rw-r--r--docs/intro/tutorial01.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index f2b01758aa..b99d3be3e2 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -600,7 +600,7 @@ for your own sanity when dealing with the interactive prompt, but also because
objects' representations are used throughout Django's automatically-generated
admin.
-.. admonition:: `__unicode__` or `__str__`?
+.. admonition:: ``__unicode__`` or ``__str__``?
On Python 3, things are simpler, just use
:meth:`~django.db.models.Model.__str__` and forget about