(original) (raw)

changeset: 85685:b90ba60c5029 branch: 2.7 parent: 85683:eaae175f1ff7 user: Ezio Melotti ezio.melotti@gmail.com date: Fri Sep 13 23:52:12 2013 +0300 files: Lib/ctypes/test/test_integers.py description: #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew). diff -r eaae175f1ff7 -r b90ba60c5029 Lib/ctypes/test/test_integers.py --- a/Lib/ctypes/test/test_integers.py Fri Sep 13 22:55:08 2013 +0300 +++ b/Lib/ctypes/test/test_integers.py Fri Sep 13 23:52:12 2013 +0300 @@ -1,4 +1,4 @@ -# superseeded by test_numbers.py +# superseded by test_numbers.py import unittest if __name__ == '__main__': /ezio.melotti@gmail.com