fixed typo

This commit is contained in:
Tarek Ziadé 2009-11-24 09:53:27 +00:00
parent da48d4a641
commit a8a89888de
1 changed files with 1 additions and 1 deletions

View File

@ -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')