summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes/test/test_numbers.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/ctypes/test/test_numbers.py')
-rw-r--r--Lib/ctypes/test/test_numbers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ctypes/test/test_numbers.py b/Lib/ctypes/test/test_numbers.py
index 8753a07..e697a25 100644
--- a/Lib/ctypes/test/test_numbers.py
+++ b/Lib/ctypes/test/test_numbers.py
@@ -213,7 +213,7 @@ class NumberTestCase(unittest.TestCase):
def test_init(self):
# c_int() can be initialized from Python's int, and c_int.
- # Not from c_long or so, which seems strange, abd should
+ # Not from c_long or so, which seems strange, abc should
# probably be changed:
self.assertRaises(TypeError, c_int, c_long(42))