Skip to content

Commit 5ac5ac1

Browse files
committed
Fix version example typo
The descriptive part defines `rc` but not `c` as possible value of this suffix.
1 parent 11477a6 commit 5ac5ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/specifications/version-specifiers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,8 @@ and post-releases for minor corrections::
590590
1.0.dev2
591591
1.0.dev3
592592
1.0.dev4
593-
1.0c1
594-
1.0c2
593+
1.0rc1
594+
1.0rc2
595595
1.0
596596
1.0.post1
597597
1.1.dev1

0 commit comments

Comments
 (0)