Skip to content

Commit 7b6feea

Browse files
authored
Update cookiejar.py
1 parent c37042c commit 7b6feea

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
@@ -542,7 +542,7 @@ def is_ip_like_hostname(text):
542542
543543
If text is a valid IPv6 address wrapped in [], return True;
544544
545-
Else, return False
545+
Else, return False.
546546
547547
"""
548548
from ipaddress import IPv4Address, IPv6Address

0 commit comments

Comments
 (0)