diff options
Diffstat (limited to 'Lib/test/test_startfile.py')
-rw-r--r-- | Lib/test/test_startfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_startfile.py b/Lib/test/test_startfile.py index ae9aeb9..5a9c2de 100644 --- a/Lib/test/test_startfile.py +++ b/Lib/test/test_startfile.py @@ -5,7 +5,7 @@ # # A possible improvement would be to have empty.vbs do something that # we can detect here, to make sure that not only the os.startfile() -# call succeeded, but also the the script actually has run. +# call succeeded, but also the script actually has run. import unittest from test import support |