mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Spelling fixes to docs, docstrings, and comments (GH-6374)
This commit is contained in:
parent
0399cf9b5e
commit
61f82e0e33
15 changed files with 16 additions and 16 deletions
|
|
@ -1001,7 +1001,7 @@ class ChannelTests(TestBase):
|
|||
interpreters.channel_recv(cid)
|
||||
|
||||
def test_drop_partially(self):
|
||||
# XXX Is partial close too wierd/confusing?
|
||||
# XXX Is partial close too weird/confusing?
|
||||
cid = interpreters.channel_create()
|
||||
interpreters.channel_send(cid, None)
|
||||
interpreters.channel_recv(cid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue