]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43750: Fix incorrect reference to PACKET_MULTIHOST in the docs (GH-25241)
authorZackery Spytz <zspytz@gmail.com>
Sat, 29 May 2021 22:46:01 +0000 (15:46 -0700)
committerGitHub <noreply@github.com>
Sat, 29 May 2021 22:46:01 +0000 (19:46 -0300)
commit5f28752f5b51a1866f2428eeaf6082266723c78d
treeb055bc508a8d96d3936c44feaaf79804ef1c776e
parent0b11c429c7f1721d9ffb9ae19e3e8e2e7bd6444d
bpo-43750: Fix incorrect reference to PACKET_MULTIHOST in the docs (GH-25241)

It should be PACKET_MULTICAST, not PACKET_MULTIHOST.
Doc/library/socket.rst