missing space after comma messing up formatting
This commit is contained in:
parent
8641589197
commit
4a419e4431
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue