Skip to content

Commit b1b7823

Browse files
committed
Fix indentation on the continued str line.
1 parent 02112a0 commit b1b7823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/socket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ def _fallback_socketpair(family=AF_INET, type=SOCK_STREAM, proto=0):
602602
host = _LOCALHOST_V6
603603
else:
604604
raise ValueError("Only AF_INET and AF_INET6 socket address families "
605-
"are supported")
605+
"are supported")
606606
if type != SOCK_STREAM:
607607
raise ValueError("Only SOCK_STREAM socket type is supported")
608608
if proto != 0:

0 commit comments

Comments
 (0)