summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial04.txt
diff options
context:
space:
mode:
authorFrançois Freitag <mail@franek.fr>2018-11-15 19:54:28 +0100
committerTim Graham <timograham@gmail.com>2018-11-15 13:54:28 -0500
commit9b15ff08ba638a7070fb51c1ab4c01e245556ae8 (patch)
treecdeb57ad0b7d68de050dcd3d4eed1c755513f432 /docs/intro/tutorial04.txt
parentcf915cb5138e0b245393429e141cb741a390a095 (diff)
Used auto-numbered lists in documentation.
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.