Commit d770fe45 authored by Nadeem Vawda's avatar Nadeem Vawda

Fix typo in comment.

parent 9ab91c60
...@@ -20,7 +20,7 @@ class VersionTestCase(unittest.TestCase): ...@@ -20,7 +20,7 @@ class VersionTestCase(unittest.TestCase):
# major version that we were compiled against. We can't guarantee that # 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 # the minor versions will match (even on the machine on which the module
# was compiled), and the API is stable between minor versions, so # 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]) self.assertEqual(zlib.ZLIB_RUNTIME_VERSION[0], zlib.ZLIB_VERSION[0])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment