mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Fix typos in the Modules directory (GH-28761)
This commit is contained in:
parent
5baec4aea6
commit
dd02a696e5
19 changed files with 21 additions and 21 deletions
|
@ -929,7 +929,7 @@ sock_call_ex(PySocketSockObject *s,
|
|||
reading, but the data then discarded by the OS because of a
|
||||
wrong checksum.
|
||||
|
||||
Loop on select() to recheck for socket readyness. */
|
||||
Loop on select() to recheck for socket readiness. */
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue