diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-11-14 18:18:15 +0100 |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-11-14 18:18:15 +0100 |
| commit | bfc972974ba24f2849c8ab6367cdd4f2e3cad225 (patch) | |
| tree | be36ccd2a1ff1367b55aac5a94c3f3cbe1e821ca /Lib/test/regrtest.py | |
| parent | 84ed8f70756baf47a38cc5412ffa36146cdf0e2b (diff) | |
| download | cpython-git-bfc972974ba24f2849c8ab6367cdd4f2e3cad225.tar.gz | |
Fix a few typos
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 9fe7bbabc7..03709c993f 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]: |
