diff options
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) |
commit | 3f2ba3bd864d0ca606ff1b96989d7d62905292dd (patch) | |
tree | eeda549080f1b1ce07e86f89a89d1abff4202c75 /Lib/test/regrtest.py | |
parent | 2495c6af3baad44a85d2ec9b9aacae2cbad158c0 (diff) | |
parent | 4d1554650475cc9a2c2773d6758687f4b3542de9 (diff) | |
download | cpython-3f2ba3bd864d0ca606ff1b96989d7d62905292dd.zip cpython-3f2ba3bd864d0ca606ff1b96989d7d62905292dd.tar.gz cpython-3f2ba3bd864d0ca606ff1b96989d7d62905292dd.tar.bz2 |
Branch merge
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 2 |
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]: |