diff options
Diffstat (limited to 'setuptools/tests/test_windows_wrappers.py')
-rw-r--r-- | setuptools/tests/test_windows_wrappers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_windows_wrappers.py b/setuptools/tests/test_windows_wrappers.py index fa647de8..27853aae 100644 --- a/setuptools/tests/test_windows_wrappers.py +++ b/setuptools/tests/test_windows_wrappers.py @@ -167,7 +167,7 @@ class TestGUI(WrapperTester): """).strip() def test_basic(self, tmpdir): - """Test the GUI version with the simple scipt, bar-script.py""" + """Test the GUI version with the simple script, bar-script.py""" self.create_script(tmpdir) cmd = [ |