mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
Further documentation updates to be consistent with doc standards and comments
Ezio Melotti pointed out.
This commit is contained in:
parent
a454ef6985
commit
b6471db8a7
3 changed files with 11 additions and 11 deletions
|
@ -137,8 +137,8 @@ setsockopt(level, optname, value) -- set socket options\n\
|
|||
settimeout(None | float) -- set or clear the timeout\n\
|
||||
shutdown(how) -- shut down traffic in one or both directions\n\
|
||||
if_nameindex() -- return all network interface indices and names\n\
|
||||
if_nametoindex(name) -- returns the corresponding interface index\n\
|
||||
if_indextoname(index) -- returns the corresponding interface name\n\
|
||||
if_nametoindex(name) -- return the corresponding interface index\n\
|
||||
if_indextoname(index) -- return the corresponding interface name\n\
|
||||
\n\
|
||||
[*] not available on all platforms!");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue