Skip to content

Commit 36494a9

Browse files
miss-islingtonzvyn
andauthored
bpo-37580: Fix typo in http.cookiejar documentation (GH-14731)
[bpo-37580](https://bugs.python.org/issue37580): Markup typo in http.cookiejar doc https://bugs.python.org/issue37580 (cherry picked from commit b5bbb8a) Co-authored-by: Milan Oberkirch <milan.oberkirch@geops.de>
1 parent 184d06b commit 36494a9

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
@@ -153,7 +153,7 @@ contained :class:`Cookie` objects.
153153
the :class:`CookieJar`'s :class:`CookiePolicy` instance are true and false
154154
respectively), the :mailheader:`Cookie2` header is also added when appropriate.
155155

156-
The *request* object (usually a :class:`urllib.request..Request` instance)
156+
The *request* object (usually a :class:`urllib.request.Request` instance)
157157
must support the methods :meth:`get_full_url`, :meth:`get_host`,
158158
:meth:`get_type`, :meth:`unverifiable`, :meth:`has_header`,
159159
:meth:`get_header`, :meth:`header_items`, :meth:`add_unredirected_header`

0 commit comments

Comments
 (0)