fix comment

This commit is contained in:
Benjamin Peterson 2010-04-27 21:15:28 +00:00
parent a9bd6d5ea7
commit 5e9cc5efed
1 changed files with 1 additions and 1 deletions

View 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: