fixed typo
This commit is contained in:
parent
da48d4a641
commit
a8a89888de
|
@ -377,7 +377,7 @@ standard scheme::
|
|||
ValueError: Cannot work with foo
|
||||
|
||||
>>> validate_version('1.24.33')
|
||||
RationalVersion('1.24.33c1')
|
||||
RationalVersion('1.24.33')
|
||||
|
||||
>>> validate_version('1.24.330pre1')
|
||||
RationalVersion('1.24.330c1')
|
||||
|
|
Loading…
Reference in New Issue