summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-01-27 04:20:14 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-01-27 04:20:14 (GMT)
commitd2b4926fa7c3d9d789702221e63d9fdf57647f1e (patch)
tree553c83577f385c45cb895ca3dc945fb1e958daf6 /Lib
parent9c771ba0858c58c56eb37f475d05d5eb528890b4 (diff)
downloadcpython-d2b4926fa7c3d9d789702221e63d9fdf57647f1e.zip
cpython-d2b4926fa7c3d9d789702221e63d9fdf57647f1e.tar.gz
cpython-d2b4926fa7c3d9d789702221e63d9fdf57647f1e.tar.bz2
Fix a few typos. Patch by Eitan Adler.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_startfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_startfile.py b/Lib/test/test_startfile.py
index 9dce8fd..3c22f3f 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 test_support