From: Ezio Melotti Date: Fri, 13 Sep 2013 20:52:12 +0000 (+0300) Subject: #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew). X-Git-Tag: v2.7.6rc1~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf7e8656b56514fe2f65bef563b663dd163ccab5;p=thirdparty%2FPython%2Fcpython.git #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 5b6453a002ac..62e4b08a2b64 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__':