mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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
|
@ -237,8 +237,8 @@ class ReadTests(ExpectAndReadTestCase):
|
|||
self.assertEqual(data, want)
|
||||
|
||||
def test_read_eager(self):
|
||||
# read_eager and read_very_eager make the same gaurantees
|
||||
# (they behave differently but we only test the gaurantees)
|
||||
# read_eager and read_very_eager make the same guarantees
|
||||
# (they behave differently but we only test the guarantees)
|
||||
self._read_eager('read_eager')
|
||||
self._read_eager('read_very_eager')
|
||||
# NB -- we need to test the IAC block which is mentioned in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue