mirror of
https://github.com/python/cpython.git
synced 2025-11-08 09:32:01 +00:00
asyncio: Fix spelling and typos.
Thanks to Vajrasky Kok for discovering some of them.
This commit is contained in:
parent
74d519fcc6
commit
dec1a45fd1
13 changed files with 18 additions and 19 deletions
|
|
@ -239,7 +239,7 @@ def test_readline_limit_with_existing_data(self):
|
|||
# No b'\n' at the end. The 'limit' is set to 3. So before
|
||||
# waiting for the new data in buffer, 'readline' will consume
|
||||
# the entire buffer, and since the length of the consumed data
|
||||
# is more than 3, it will raise a ValudError. The buffer is
|
||||
# is more than 3, it will raise a ValueError. The buffer is
|
||||
# expected to be empty now.
|
||||
self.assertEqual(b'', stream._buffer)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue