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 | e7f4c1c045b075410e97d71a7f3db9e88866dce2 (patch) | |
tree | 39b9879d172c3fd25b09b8b100cf05d29aecf264 /Lib/ctypes | |
parent | 560a77881b8e50ddc272d4c8e680771cdf03160c (diff) | |
download | cpython-e7f4c1c045b075410e97d71a7f3db9e88866dce2.zip cpython-e7f4c1c045b075410e97d71a7f3db9e88866dce2.tar.gz cpython-e7f4c1c045b075410e97d71a7f3db9e88866dce2.tar.bz2 |
#18981: fix a typo in a comment (noticed by Anoop Thomas Mathew).
Diffstat (limited to 'Lib/ctypes')
-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__': |