summaryrefslogtreecommitdiff
path: root/docs/_ext
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2012-01-11 10:19:05 +0000
committerLuke Plant <L.Plant.98@cantab.net>2012-01-11 10:19:05 +0000
commite1ba9111ac7ae0a625adc467712e86a9e8000570 (patch)
treefd05ffac7d1613225275721eff03ae47f3c4a836 /docs/_ext
parent630a64343101dbc646f89a98ef4743685b651b9a (diff)
Fixed #17526 - unnecessary comma in 'Please, see the release notes' removed
Thanks to datakid for the report git-svn-id: http://code.djangoproject.com/svn/django/trunk@17367 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/_ext')
-rw-r--r--docs/_ext/djangodocs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_ext/djangodocs.py b/docs/_ext/djangodocs.py
index d4a0512f71..3cf00a38e1 100644
--- a/docs/_ext/djangodocs.py
+++ b/docs/_ext/djangodocs.py
@@ -81,7 +81,7 @@ class VersionDirective(Directive):
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