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: v3.4.0a3~75^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7f4c1c045b075410e97d71a7f3db9e88866dce2;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__':