Fix typo in PEP 426
This commit is contained in:
parent
60da0d5552
commit
0c893b0ffe
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue