Small clarification
This commit is contained in:
parent
636fd5474f
commit
0d1b0e8472
|
@ -609,7 +609,7 @@ numeric value of the given epoch. If no epoch segment is present, the
|
|||
implicit numeric value is ``0``.
|
||||
|
||||
The release segment of version identifiers MUST be sorted in
|
||||
the same order as Python's tuple sorting when the release segment is
|
||||
the same order as Python's tuple sorting when the normalized release segment is
|
||||
parsed as follows::
|
||||
|
||||
tuple(map(int, release_segment.split(".")))
|
||||
|
|
Loading…
Reference in New Issue