Skip to content

Commit 2ba51ca

Browse files
gpsheadwebknjaz
andauthored
use the actual comment style annotation format
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 5327323 commit 2ba51ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/multiprocessing/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ def PipeClient(address):
853853
_LEGACY_LENGTHS = (_MD5ONLY_MESSAGE_LENGTH, _MD5_DIGEST_LEN)
854854

855855

856-
def _get_digest_name_and_payload(message): # (message: bytes) -> tuple[str, bytes]
856+
def _get_digest_name_and_payload(message): # type: (bytes) -> tuple[str, bytes]
857857
"""Returns a digest name and the payload for a response hash.
858858
859859
If a legacy protocol is detected based on the message length

0 commit comments

Comments
 (0)