8000 bpo-43750: Fix incorrect reference to PACKET_MULTIHOST in the docs (G… · python/cpython@5f28752 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f28752

Browse files
authored
bpo-43750: Fix incorrect reference to PACKET_MULTIHOST in the docs (GH-25241)
It should be PACKET_MULTICAST, not PACKET_MULTIHOST.
1 parent 0b11c42 commit 5f28752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/socket.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ created. Socket addresses are represented as follows:
188188

189189
- ``PACKET_HOST`` (the default) - Packet addressed to the local host.
190190
- ``PACKET_BROADCAST`` - Physical-layer broadcast packet.
191-
- ``PACKET_MULTIHOST`` - Packet sent to a physical-layer multicast address.
191+
- ``PACKET_MULTICAST`` - Packet sent to 484E a physical-layer multicast address.
192192
- ``PACKET_OTHERHOST`` - Packet to some other host that has been caught by
193193
a device driver in promiscuous mode.
194194
- ``PACKET_OUTGOING`` - Packet originating from the local host that is

0 commit comments

Comments
 (0)
0