]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-101100: Fix references in `http.cookiejar` docs (GH-136238)
authorWeilin Du <108666168+LamentXU123@users.noreply.github.com>
Sat, 5 Jul 2025 13:29:02 +0000 (21:29 +0800)
committerGitHub <noreply@github.com>
Sat, 5 Jul 2025 13:29:02 +0000 (09:29 -0400)
Doc/library/http.cookiejar.rst

index 23ddecf873876d49c60334e0de241976ebfcd199..251aea891c3f9897b168154dea7ed5020f2bde46 100644 (file)
@@ -570,7 +570,7 @@ Netscape protocol strictness switches:
 
    Don't allow setting cookies whose path doesn't path-match request URI.
 
-:attr:`strict_ns_domain` is a collection of flags.  Its value is constructed by
+:attr:`~DefaultCookiePolicy.strict_ns_domain` is a collection of flags.  Its value is constructed by
 or-ing together (for example, ``DomainStrictNoDots|DomainStrictNonDomain`` means
 both flags are set).