Skip to content

Commit 53584d3

Browse files
[3.14] gh-101100: Fix references in http.cookiejar docs (GH-136238) (GH-136318)
gh-101100: Fix references in `http.cookiejar` docs (GH-136238) (cherry picked from commit f0c7344) Co-authored-by: Weilin Du <[email protected]>
1 parent c62c523 commit 53584d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/http.cookiejar.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ Netscape protocol strictness switches:
570570

571571
Don't allow setting cookies whose path doesn't path-match request URI.
572572

573-
:attr:`strict_ns_domain` is a collection of flags. Its value is constructed by
573+
:attr:`~DefaultCookiePolicy.strict_ns_domain` is a collection of flags. Its value is constructed by
574574
or-ing together (for example, ``DomainStrictNoDots|DomainStrictNonDomain`` means
575575
both flags are set).
576576

0 commit comments

Comments
 (0)