[Python-checkins] cpython: Fix typo in comment.
nadeem.vawda
python-checkins at python.org
Sat Jan 28 16:33:05 CET 2012
http://hg.python.org/cpython/rev/86452e102929
changeset: 74667:86452e102929
user: Nadeem Vawda <nadeem.vawda at gmail.com>
date: Sat Jan 28 17:32:47 2012 +0200
summary:
Fix typo in comment.
files:
Lib/test/test_zlib.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Lib/test/test_zlib.py b/Lib/test/test_zlib.py
--- a/Lib/test/test_zlib.py
+++ b/Lib/test/test_zlib.py
@@ -20,7 +20,7 @@
# major version that we were compiled against. We can't guarantee that
# the minor versions will match (even on the machine on which the module
# was compiled), and the API is stable between minor versions, so
- # testing only the major verions avoids spurious failures.
+ # testing only the major versions avoids spurious failures.
self.assertEqual(zlib.ZLIB_RUNTIME_VERSION[0], zlib.ZLIB_VERSION[0])
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list