summaryrefslogtreecommitdiff
path: root/Lib/ctypes/test/test_cfuncs.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/ctypes/test/test_cfuncs.py')
-rw-r--r--Lib/ctypes/test/test_cfuncs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ctypes/test/test_cfuncs.py b/Lib/ctypes/test/test_cfuncs.py
index f4bd3b16c3..a080496713 100644
--- a/Lib/ctypes/test/test_cfuncs.py
+++ b/Lib/ctypes/test/test_cfuncs.py
@@ -188,7 +188,7 @@ class CFunctions(unittest.TestCase):
self.assertEqual(self._dll.tv_i(-42), None)
self.assertEqual(self.S(), -42)
-# The following repeates the above tests with stdcall functions (where
+# The following repeats the above tests with stdcall functions (where
# they are available)
try:
WinDLL