﻿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
16654	"Wrong example on ""URL dispatcher"" docu page"	jedie	nobody	"On https://docs.djangoproject.com/en/1.3/topics/http/urls/#reverse is this IMHO wrong:

{{{#!diff
diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt
index d721012..429aa0b 100644
--- a/docs/topics/http/urls.txt
+++ b/docs/topics/http/urls.txt
@@ -820,7 +820,7 @@ namespaces into URLs on specific application instances, according to the
     The string returned by :meth:`~django.core.urlresolvers.reverse` is already
     :ref:`urlquoted <uri-and-iri-handling>`. For example::
 
-        >>> reverse('cities', args=u'Orléans')
+        >>> reverse('cities', args=(u'Orléans',))
         '.../Orl%C3%A9ans/'
 
     Applying further encoding (such as :meth:`~django.utils.http.urlquote` or
}}}"	Bug	closed	Documentation	1.3	Normal	fixed			Ready for checkin	1	0	0	0	1	0
