]> granicus.if.org Git - python/commitdiff
fix comment
authorBenjamin Peterson <benjamin@python.org>
Tue, 27 Apr 2010 21:15:28 +0000 (21:15 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 27 Apr 2010 21:15:28 +0000 (21:15 +0000)
Lib/_pyio.py

index cafc51ccc7654b9bc53c2890fc35b32763941655..aea9a2eb2989efe12ecb3e066382e7e20ee3d95d 100644 (file)
@@ -9,7 +9,7 @@ import os
 import abc
 import codecs
 import warnings
-# Import _thread instead of threading to reduce startup cost
+# Import thread instead of threading to reduce startup cost
 try:
     from thread import allocate_lock as Lock
 except ImportError: