From 4a419e44316fe6be5437de06729660e41c44d092 Mon Sep 17 00:00:00 2001 From: Ethan Furman Date: Mon, 2 Mar 2015 12:46:30 -0800 Subject: [PATCH] missing space after comma messing up formatting --- pep-0440.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0440.txt b/pep-0440.txt index fbbdbfa09..e91918273 100644 --- a/pep-0440.txt +++ b/pep-0440.txt @@ -459,7 +459,7 @@ allows versions such as ``1.2a`` which is normalized to ``1.2a0``. 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