summaryrefslogtreecommitdiff
path: root/docs/tutorial03.txt
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-05-15 11:33:17 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-05-15 11:33:17 +0000
commit34b798cb42263ca57a1e773441fa1f09716d50bc (patch)
treedcde3ba45b2e8935e579b29613e2d37c09ef54b4 /docs/tutorial03.txt
parentd16215f6df78896587ba5e7b82040d772d72230a (diff)
Fixed #1815: More documentation proof-reading from nico@teknico.net.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2908 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial03.txt')
-rw-r--r--docs/tutorial03.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial03.txt b/docs/tutorial03.txt
index 6433831a73..9dce729d24 100644
--- a/docs/tutorial03.txt
+++ b/docs/tutorial03.txt
@@ -112,7 +112,7 @@ If you need help with regular expressions, see `Wikipedia's entry`_ and the
`Python documentation`_. Also, the O'Reilly book "Mastering Regular
Expressions" by Jeffrey Friedl is fantastic.
-Finally, a performance note: These regular expressions are compiled the first
+Finally, a performance note: these regular expressions are compiled the first
time the URLconf module is loaded. They're super fast.
.. _Wikipedia's entry: http://en.wikipedia.org/wiki/Regular_expression