Commit efce00c5 authored by Barry Warsaw's avatar Barry Warsaw

Whitespace normalization

parent 028b37c9
......@@ -600,7 +600,7 @@ class SysModuleTest(unittest.TestCase):
self.assertEqual(sys.implementation.hexversion, hexversion)
# PEP 421 requires that .name be lower case.
self.assertEqual(sys.implementation.name,
self.assertEqual(sys.implementation.name,
sys.implementation.name.lower())
......
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