mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix docstring typo
This commit is contained in:
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user