diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-09-13 20:52:12 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-09-13 20:52:12 (GMT) |
commit | bf7e8656b56514fe2f65bef563b663dd163ccab5 (patch) | |
tree | 126ef22c0dcffe098fbfe488c8a2f16f906c4277 /Lib | |
parent | 802fa397d57df6e1b9086e4979f9d9779c3e0a06 (diff) | |
download | cpython-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.py | 2 |
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__': |