From e7f4c1c045b075410e97d71a7f3db9e88866dce2 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Fri, 13 Sep 2013 23:52:12 +0300 Subject: [PATCH] #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew). --- Lib/ctypes/test/test_integers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/ctypes/test/test_integers.py b/Lib/ctypes/test/test_integers.py index 5b6453a002a..62e4b08a2b6 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__':