Small clarification

This commit is contained in:
Donald Stufft 2014-12-29 00:25:40 -05:00
parent 636fd5474f
commit 0d1b0e8472
1 changed files with 1 additions and 1 deletions

View File

@ -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(".")))