commit | bf7e8656b56514fe2f65bef563b663dd163ccab5 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Fri Sep 13 23:52:12 2013 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Fri Sep 13 23:52:12 2013 +0300 |
tree | 126ef22c0dcffe098fbfe488c8a2f16f906c4277 | |
parent | 802fa397d57df6e1b9086e4979f9d9779c3e0a06 [diff] |
#18981: fix a typo in a comment (noticed by Anoop Thomas Mathew).
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__':