mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix docstring typo
This commit is contained in:
parent
57911ae35a
commit
3072ecdcd2
1 changed files with 1 additions and 1 deletions
|
@ -1852,7 +1852,7 @@ getpeername() -- return remote address (*)\n\
|
|||
getsockname() -- return local address\n\
|
||||
getsockopt() -- get socket options\n\
|
||||
listen() -- start listening for incoming connections\n\
|
||||
makefile() -- return a file object corresponding tot the socket (*)\n\
|
||||
makefile() -- return a file object corresponding to the socket (*)\n\
|
||||
recv() -- receive data\n\
|
||||
recvfrom() -- receive data and sender's address\n\
|
||||
send() -- send data, may not send all of it\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue