[Python-checkins] cpython (3.3): #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew).

ezio.melotti python-checkins at python.org
Fri Sep 13 22:54:54 CEST 2013


http://hg.python.org/cpython/rev/9fcb9deb70f5
changeset:   85686:9fcb9deb70f5
branch:      3.3
parent:      85680:03e94f9884ce
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Sep 13 23:52:12 2013 +0300
summary:
  #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew).

files:
  Lib/ctypes/test/test_integers.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/ctypes/test/test_integers.py b/Lib/ctypes/test/test_integers.py
--- 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__':

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list