mirror of
https://github.com/python/cpython.git
synced 2025-08-09 11:29:45 +00:00
gh-92658: Fix typo in docs and tests for HV_GUID_PARENT
(GH-105267)
(cherry picked from commit 3907de12b5
)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This commit is contained in:
parent
6fe0a6ba73
commit
e33add429f
2 changed files with 2 additions and 2 deletions
|
@ -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\]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue