[Python-checkins] peps: missing space after comma messing up formatting

ethan.furman python-checkins at python.org
Mon Mar 2 21:46:53 CET 2015


https://hg.python.org/peps/rev/a83464f73c7b
changeset:   5719:a83464f73c7b
user:        Ethan Furman <ethan at stoneleaf.us>
date:        Mon Mar 02 12:46:30 2015 -0800
summary:
  missing space after comma messing up formatting

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


diff --git a/pep-0440.txt b/pep-0440.txt
--- a/pep-0440.txt
+++ b/pep-0440.txt
@@ -459,7 +459,7 @@
 Post release separators
 ~~~~~~~~~~~~~~~~~~~~~~~
 
-Post releases allow a ``.``,``-``, or ``_`` separator as well as omitting the
+Post releases allow a ``.``, ``-``, or ``_`` separator as well as omitting the
 separator all together. The normal form of this is with the ``.`` separator.
 This allows versions such as ``1.2-post2`` or ``1.2post2`` which normalize to
 ``1.2.post2``. Like the pre-release seperator this also allows an optional

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


More information about the Python-checkins mailing list