gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)

This commit is contained in:
Nikita Sobolev 2023-06-06 19:11:19 +03:00 committed by GitHub
parent b1a91d26c6
commit 3907de12b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -666,7 +666,7 @@ Constants
HV_GUID_BROADCAST
HV_GUID_CHILDREN
HV_GUID_LOOPBACK
HV_GUID_LOOPBACK
HV_GUID_PARENT
Constants for Windows Hyper-V sockets for host/guest communications.

View File

@ -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\]"