summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial04.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/intro/tutorial04.txt')
-rw-r--r--docs/intro/tutorial04.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt
index 2eacd297ed..6bfe506d70 100644
--- a/docs/intro/tutorial04.txt
+++ b/docs/intro/tutorial04.txt
@@ -211,11 +211,11 @@ Let's convert our poll app to use the generic views system, so we can delete a
bunch of our own code. We'll just have to take a few steps to make the
conversion. We will:
-1. Convert the URLconf.
+#. Convert the URLconf.
-2. Delete some of the old, unneeded views.
+#. Delete some of the old, unneeded views.
-3. Introduce new views based on Django's generic views.
+#. Introduce new views based on Django's generic views.
Read on for details.