Author: lukeplant
Date: 2012-01-11 02:19:05 -0800 (Wed, 11 Jan 2012)
New Revision: 17367

Modified:
   django/trunk/docs/_ext/djangodocs.py
Log:
Fixed #17526 - unnecessary comma in 'Please, see the release notes' removed

Thanks to datakid for the report

Modified: django/trunk/docs/_ext/djangodocs.py
===================================================================
--- django/trunk/docs/_ext/djangodocs.py        2012-01-10 21:19:10 UTC (rev 
17366)
+++ django/trunk/docs/_ext/djangodocs.py        2012-01-11 10:19:05 UTC (rev 
17367)
@@ -81,7 +81,7 @@
         ret.append(node)
         if not is_nextversion:
             if len(self.arguments) == 1:
-                linktext = 'Please, see the release notes </releases/%s>' % 
(arg0)
+                linktext = 'Please see the release notes </releases/%s>' % 
(arg0)
                 xrefs = roles.XRefRole()('doc', linktext, linktext, 
self.lineno, self.state)
                 node.extend(xrefs[0])
             node['version'] = arg0

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to