summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-04-03 09:05:31 -0400
committerTim Graham <timograham@gmail.com>2014-04-03 09:05:31 -0400
commit8f63849df28449e916336a11cbbe7abf8ca03d42 (patch)
tree8a4e2cc4adefbdcbf7582171ce296f319224b736
parenta8e2ec0e82aaebfa53a8074581b22849896537df (diff)
Fixed typo in 1.8 release notes.
-rw-r--r--docs/releases/1.8.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 6112ea4744..623cf9f226 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -245,7 +245,7 @@ written (and is better written) as::
Thus ``patterns()`` serves little purpose and is a burden when teaching new users
(answering the newbie's question "why do I need this empty string as the first
argument to ``patterns()``?"). For these reasons, we are deprecating it.
-Updating your code is as simple as ensuring that ``urlpatterns`` is a string of
+Updating your code is as simple as ensuring that ``urlpatterns`` is a list of
:func:`django.conf.urls.url` instances. For example::
from django.conf.urls import url