summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2023-06-06 16:11:19 (GMT)
committerGitHub <noreply@github.com>2023-06-06 16:11:19 (GMT)
commit3907de12b57b14f674cdcc80ae64350a23af53a0 (patch)
tree2193d628d231e6896e5ac82337af5c4e0b7c41f6 /Lib
parentb1a91d26c67250ff7abeb20064e7766096604001 (diff)
downloadcpython-3907de12b57b14f674cdcc80ae64350a23af53a0.zip
cpython-3907de12b57b14f674cdcc80ae64350a23af53a0.tar.gz
cpython-3907de12b57b14f674cdcc80ae64350a23af53a0.tar.bz2
gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_socket.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py
index 68cdc6e..0eaf642 100644
--- a/Lib/test/test_socket.py
+++ b/Lib/test/test_socket.py
@@ -2566,7 +2566,7 @@ class BasicHyperVTest(unittest.TestCase):
socket.HV_GUID_BROADCAST
socket.HV_GUID_CHILDREN
socket.HV_GUID_LOOPBACK
- socket.HV_GUID_LOOPBACK
+ socket.HV_GUID_PARENT
def testCreateHyperVSocketWithUnknownProtoFailure(self):
expected = r"\[WinError 10041\]"