mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.
This commit is contained in:
parent
a5b8e04bd5
commit
54cf12b625
13 changed files with 33 additions and 31 deletions
|
@ -1831,7 +1831,7 @@ internal_connect(PySocketSockObject *s, struct sockaddr *addr, int addrlen,
|
|||
timeout = 1;
|
||||
} else if (res > 0) {
|
||||
if (FD_ISSET(s->sock_fd, &fds))
|
||||
/* The socket is in the writeable set - this
|
||||
/* The socket is in the writable set - this
|
||||
means connected */
|
||||
res = 0;
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue