diff options
author | Georg Brandl <georg@python.org> | 2014-10-28 21:40:48 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-28 21:40:48 (GMT) |
commit | c943e793849ad909408358362ddbebacae54ebee (patch) | |
tree | e42492a997c9140489b7ec99349dafcbc4fce480 /Doc | |
parent | e48ec212e886d8bb5be6613401dd53bc8cdc4f6d (diff) | |
download | cpython-c943e793849ad909408358362ddbebacae54ebee.zip cpython-c943e793849ad909408358362ddbebacae54ebee.tar.gz cpython-c943e793849ad909408358362ddbebacae54ebee.tar.bz2 |
Remove duplicate bullet point.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/socket.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 5847289..9b21c8b 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -90,9 +90,6 @@ created. Socket addresses are represented as follows: If *addr_type* is :const:`TIPC_ADDR_ID`, then *v1* is the node, *v2* is the reference, and *v3* should be set to 0. - If *addr_type* is :const:`TIPC_ADDR_ID`, then *v1* is the node, *v2* is the - reference, and *v3* should be set to 0. - - A tuple ``(interface, )`` is used for the :const:`AF_CAN` address family, where *interface* is a string representing a network interface name like ``'can0'``. The network interface name ``''`` can be used to receive packets |