summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2011-05-23 05:47:55 (GMT)
committerGregory P. Smith <greg@krypto.org>2011-05-23 05:47:55 (GMT)
commitb6471db8a76416b2eb49fe9b02c6f9f9a6502b4d (patch)
tree7118828beac9b9420395c42c81dba39c9b735863 /Modules
parenta454ef6985494ad894c5ec7ebe0ea4c824fc926d (diff)
downloadcpython-b6471db8a76416b2eb49fe9b02c6f9f9a6502b4d.zip
cpython-b6471db8a76416b2eb49fe9b02c6f9f9a6502b4d.tar.gz
cpython-b6471db8a76416b2eb49fe9b02c6f9f9a6502b4d.tar.bz2
Further documentation updates to be consistent with doc standards and comments
Ezio Melotti pointed out.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/socketmodule.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c
index 8107b98..a96ec06 100644
--- a/Modules/socketmodule.c
+++ b/Modules/socketmodule.c
@@ -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!");