Skip to content

Commit 35df254

Browse files
veatchabravalheri
andauthored
Update docs/userguide/distribution.rst
Thanks @abravalheri for this change! Co-authored-by: Anderson Bravalheri <[email protected]>
1 parent 9482cd9 commit 35df254

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/userguide/distribution.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ by setuptools. Note that only ``a``, ``b``, and ``rc`` are :pep:`440`-compliant
4545
pre-release tags.
4646

4747
In addition, there are three special prerelease tags that are treated as if
48-
they were the letter ``c``: ``pre``, ``preview``, and ``rc``. So, version
49-
``2.4rc1``, ``2.4pre1`` and ``2.4preview1`` are all the exact same version as
50-
``2.4c1``, and are treated as identical by setuptools.
48+
they were ``rc``: ``c``, ``pre``, and ``preview``. So, version
49+
``2.4c1``, ``2.4pre1`` and ``2.4preview1`` are all the exact same version as
50+
``2.4rc1``, and are treated as identical by setuptools.
5151

5252
A post-release tag is the string ``.post``, followed by a non-negative integer
5353
value. Post-release tags are generally used to separate patch numbers, port

0 commit comments

Comments
 (0)