From e1ba9111ac7ae0a625adc467712e86a9e8000570 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Wed, 11 Jan 2012 10:19:05 +0000 Subject: [PATCH] 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 --- docs/_ext/djangodocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' % (arg0) + linktext = 'Please see the release notes ' % (arg0) xrefs = roles.XRefRole()('doc', linktext, linktext, self.lineno, self.state) node.extend(xrefs[0]) node['version'] = arg0