﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
17205	Typo in docs/topics/http/urls.txt	rabio	nobody	"There is simple typo in urls documentation as may be seen in patch below:

{{{
--- a/docs/topics/http/urls.txt
+++ b/docs/topics/http/urls.txt
@@ -688,7 +688,7 @@ This is completely valid, but it leads to problems when you try to do reverse
 URL matching (through the ``permalink()`` decorator or the :ttag:`url` template
 tag). Continuing this example, if you wanted to retrieve the URL for the
 ``archive`` view, Django's reverse URL matcher would get confused, because *two*
-URLpatterns point at that view.
+URL patterns point at that view.
 
 To solve this problem, Django supports **named URL patterns**. That is, you can
 give a name to a URL pattern in order to distinguish it from other patterns

}}}"	Uncategorized	closed	Documentation		Normal	fixed			Ready for checkin	1	0	0	0	0	0
