Skip to content

Commit

Permalink
Fix trivial typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvsmith committed Jan 18, 2017
1 parent 86ed292 commit 0c30041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep-0440.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Local version labels MUST start and end with an ASCII letter or digit.
Comparison and ordering of local versions considers each segment of the local
version (divided by a ``.``) separately. If a segment consists entirely of
ASCII digits then that section should be considered an integer for comparison
purposes and if a segment contains any ASCII letters than that segment is
purposes and if a segment contains any ASCII letters then that segment is
compared lexicographically with case insensitivity. When comparing a numeric
and lexicographic segment, the numeric section always compares as greater than
the lexicographic segment. Additionally a local version with a great number of
Expand Down

0 comments on commit 0c30041

Please sign in to comment.