mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Whitespace normalization
This commit is contained in:
parent
028b37c941
commit
efce00c537
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue