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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf7e8656b56514fe2f65bef563b663dd163ccab5;p=python #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 5b6453a002..62e4b08a2b 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__':