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

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


http://hg.python.org/cpython/rev/b90ba60c5029
changeset:   85685:b90ba60c5029
branch:      2.7
parent:      85683:eaae175f1ff7
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