Skip to content

Commit

Permalink
pythongh-92658: Fix typo in docs and tests for HV_GUID_PARENT (pyth…
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Jun 6, 2023
1 parent b1a91d2 commit 3907de1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Doc/library/socket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion Lib/test/test_socket.py
Original file line number Diff line number Diff line change
Expand Up @@ -2566,7 +2566,7 @@ def testHyperVConstants(self):
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\]"
Expand Down

0 comments on commit 3907de1

Please sign in to comment.