diff options
Diffstat (limited to 'Lib/distutils/version.py')
-rw-r--r-- | Lib/distutils/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/version.py b/Lib/distutils/version.py index 79d458d..ebcab84 100644 --- a/Lib/distutils/version.py +++ b/Lib/distutils/version.py @@ -207,7 +207,7 @@ class StrictVersion (Version): # The rules according to Greg Stein: -# 1) a version number has 1 or more numbers separate by a period or by +# 1) a version number has 1 or more numbers separated by a period or by # sequences of letters. If only periods, then these are compared # left-to-right to determine an ordering. # 2) sequences of letters are part of the tuple for comparison and are |