mirror of
https://github.com/python/cpython.git
synced 2025-08-15 22:30:42 +00:00
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
Fix typos in the Lib directory as identified by codespell.
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 745c9d9dfc
)
Automerge-Triggered-By: GH:JulienPalard
This commit is contained in:
parent
da56601783
commit
4346b81cc6
53 changed files with 67 additions and 67 deletions
|
@ -736,7 +736,7 @@ class StreamTests(test_utils.TestCase):
|
|||
# See asyncio issue 168. This test is derived from the example
|
||||
# subprocess_attach_read_pipe.py, but we configure the
|
||||
# StreamReader's limit so that twice it is less than the size
|
||||
# of the data writter. Also we must explicitly attach a child
|
||||
# of the data writer. Also we must explicitly attach a child
|
||||
# watcher to the event loop.
|
||||
|
||||
code = """\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue