gh-101100: Fix references in http.cookiejar docs (GH-136238)

This commit is contained in:
Weilin Du 2025-07-05 21:29:02 +08:00 committed by GitHub
parent 5de7e3f973
commit f0c7344a8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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).