From 5e9cc5efed5d03789d8d5bd1dd13478bf2f23baa Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 27 Apr 2010 21:15:28 +0000 Subject: [PATCH] fix comment --- Lib/_pyio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/_pyio.py b/Lib/_pyio.py index cafc51ccc76..aea9a2eb298 100644 --- a/Lib/_pyio.py +++ b/Lib/_pyio.py @@ -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: