Skip to content

Commit c37042c

Browse files
authored
Update cookiejar.py
1 parent 2f90ecd commit c37042c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/http/cookiejar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def is_ip_like_hostname(text):
543543
If text is a valid IPv6 address wrapped in [], return True;
544544
545545
Else, return False
546-
546+
547547
"""
548548
from ipaddress import IPv4Address, IPv6Address
549549
# check for IPv4 address

0 commit comments

Comments
 (0)