Fix typo in PEP 426

This commit is contained in:
Nick Coghlan 2013-02-17 20:03:21 +10:00
parent 60da0d5552
commit 0c893b0ffe
1 changed files with 1 additions and 1 deletions

View File

@ -1372,7 +1372,7 @@ to be an improvement. For example, the existing pkg_resources scheme will
sort "1.1beta1" *after* "1.1b2", whereas the suggested standard translation
for "1.1beta1" is "1.1b1", which sorts *before* "1.1b2". Similarly, the
pkg_resources scheme will sort "-dev-N" pre-releases differently from
"devN" releases when they occur within the same release, while the
"devN" pre-releases when they occur within the same release, while the
standard scheme will normalize both representations to ".devN" and sort
them by the numeric component.