summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-11-15 15:12:22 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-11-15 15:12:22 (GMT)
commit3f2ba3bd864d0ca606ff1b96989d7d62905292dd (patch)
treeeeda549080f1b1ce07e86f89a89d1abff4202c75 /Lib/test/regrtest.py
parent2495c6af3baad44a85d2ec9b9aacae2cbad158c0 (diff)
parent4d1554650475cc9a2c2773d6758687f4b3542de9 (diff)
downloadcpython-3f2ba3bd864d0ca606ff1b96989d7d62905292dd.zip
cpython-3f2ba3bd864d0ca606ff1b96989d7d62905292dd.tar.gz
cpython-3f2ba3bd864d0ca606ff1b96989d7d62905292dd.tar.bz2
Branch merge
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 7f42eaf..f859c51 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1066,7 +1066,7 @@ class saved_test_environment:
keys = set(packaging.command._COMMANDS)
return id_, keys
def restore_packaging_command__COMMANDS(self, saved):
- # if command._COMMANDS was bound to another dict obhect, we can't
+ # if command._COMMANDS was bound to another dict object, we can't
# restore the previous object and contents, because the get_ method
# above does not return the dict object (to ignore changes in values)
for key in packaging.command._COMMANDS.keys() - saved[1]: