Skip to content

Commit d8411c0

Browse files
authored
Update cookiejar.py
1 parent 88a6af1 commit d8411c0

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
@@ -612,7 +612,7 @@ def user_domain_match(A, B):
612612
B = B.lower()
613613
if not (liberal_is_HDN(A) and liberal_is_HDN(B)):
614614
if A == B:
615-
# equal IPV4 addresses
615+
# equal IP addresses
616616
return True
617617
return False
618618
initial_dot = B.startswith(".")

0 commit comments

Comments
 (0)