Skip to content

Commit 6238901

Browse files
authored
Update cookiejar.py
1 parent 1fd504b commit 6238901

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
@@ -537,7 +537,7 @@ def parse_ns_headers(ns_headers):
537537

538538
def is_ip_like_hostname(text):
539539
"""Return True if text is a valid hostname in the form of IP address.
540-
\
540+
541541
If text is a valid IPv4 address, retrun True;
542542
543543
If text is a valid IPv6 address wrapped in [], return True;

0 commit comments

Comments
 (0)