https://github.com/python/cpython/commit/f0c7344a8fbfe67c05981cce67562e7facfae73d
commit: f0c7344a8fbfe67c05981cce67562e7facfae73d
branch: main
author: Weilin Du <108666168+lamentxu...@users.noreply.github.com>
committer: ZeroIntensity <zintensity...@gmail.com>
date: 2025-07-05T09:29:02-04:00
summary:

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

files:
M Doc/library/http.cookiejar.rst

diff --git a/Doc/library/http.cookiejar.rst b/Doc/library/http.cookiejar.rst
index 23ddecf873876d..251aea891c3f98 100644
--- a/Doc/library/http.cookiejar.rst
+++ b/Doc/library/http.cookiejar.rst
@@ -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).
 

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to