From 34b798cb42263ca57a1e773441fa1f09716d50bc Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Mon, 15 May 2006 11:33:17 +0000 Subject: 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 --- docs/tutorial03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorial03.txt') 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 -- cgit v1.3