]> granicus.if.org Git - python/commitdiff
Fix a comment
authorBarry Warsaw <barry@python.org>
Wed, 2 Apr 2003 04:51:33 +0000 (04:51 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 2 Apr 2003 04:51:33 +0000 (04:51 +0000)
Lib/email/_compat22.py

index e0f72a81ac9310a3db5ebcb4a462e20f777a2ee5..fc1d32a5559c0c90337bfbffa5f44c452f22a2eb 100644 (file)
@@ -9,7 +9,7 @@ from __future__ import division
 from cStringIO import StringIO
 from types import StringTypes
 
-# Python 2.2.x where x < 2 lacks True/False
+# Python 2.2.x where x < 1 lacks True/False
 try:
     True, False
 except NameError: