[Python-checkins] peps: Remove a stray )

donald.stufft python-checkins at python.org
Sat Sep 5 03:41:03 CEST 2015


https://hg.python.org/peps/rev/b11e5e6f0b0b
changeset:   6037:b11e5e6f0b0b
user:        Donald Stufft <donald at stufft.io>
date:        Fri Sep 04 21:41:00 2015 -0400
summary:
  Remove a stray )

files:
  pep-0503.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0503.txt b/pep-0503.txt
--- a/pep-0503.txt
+++ b/pep-0503.txt
@@ -32,7 +32,7 @@
 
 .. note:: All subsequent URLs in this document will be relative to this base
           URL (so given PyPI's URL, an URL of ``/foo/`` would be
-          ``https://pypi.python.org/simple/foo/``).
+          ``https://pypi.python.org/simple/foo/``.
 
 
 Within a repository, the root URL (``/``) **MUST** be a valid HTML5 page with a

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list