mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +00:00
Issue #27076: Doc, comment and tests spelling fixes
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
This commit is contained in:
parent
eb9aca3c07
commit
46f50726a0
67 changed files with 241 additions and 241 deletions
|
@ -25,7 +25,7 @@ class CryptTestCase(unittest.TestCase):
|
|||
self.assertEqual(len(pw), method.total_size)
|
||||
|
||||
def test_methods(self):
|
||||
# Gurantee that METHOD_CRYPT is the last method in crypt.methods.
|
||||
# Guarantee that METHOD_CRYPT is the last method in crypt.methods.
|
||||
self.assertTrue(len(crypt.methods) >= 1)
|
||||
self.assertEqual(crypt.METHOD_CRYPT, crypt.methods[-1])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue