missing space after comma messing up formatting

This commit is contained in:
Ethan Furman 2015-03-02 12:46:30 -08:00
parent 8641589197
commit 4a419e4431
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ allows versions such as ``1.2a`` which is normalized to ``1.2a0``.
Post release separators 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. 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 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 ``1.2.post2``. Like the pre-release seperator this also allows an optional