From: Georg Brandl Date: Sat, 28 Mar 2009 00:48:48 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.7a1~1776 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5adab304e38efd7132847f47dd932dfd0f2742f6;p=python Fix typo. --- diff --git a/Lib/distutils/version.py b/Lib/distutils/version.py index 71a5614719..0fb5b6e204 100644 --- a/Lib/distutils/version.py +++ b/Lib/distutils/version.py @@ -162,7 +162,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