summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-09-13 20:52:12 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-09-13 20:52:12 (GMT)
commitbf7e8656b56514fe2f65bef563b663dd163ccab5 (patch)
tree126ef22c0dcffe098fbfe488c8a2f16f906c4277 /Lib
parent802fa397d57df6e1b9086e4979f9d9779c3e0a06 (diff)
downloadcpython-bf7e8656b56514fe2f65bef563b663dd163ccab5.zip
cpython-bf7e8656b56514fe2f65bef563b663dd163ccab5.tar.gz
cpython-bf7e8656b56514fe2f65bef563b663dd163ccab5.tar.bz2
#18981: fix a typo in a comment (noticed by Anoop Thomas Mathew).
Diffstat (limited to 'Lib')
-rw-r--r--Lib/ctypes/test/test_integers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ctypes/test/test_integers.py b/Lib/ctypes/test/test_integers.py
index 5b6453a..62e4b08 100644
--- a/Lib/ctypes/test/test_integers.py
+++ b/Lib/ctypes/test/test_integers.py
@@ -1,4 +1,4 @@
-# superseeded by test_numbers.py
+# superseded by test_numbers.py
import unittest
if __name__ == '__main__':