Skip to content

Commit b5bbb8a

Browse files
zvynmiss-islington
authored andcommitted
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
1 parent 994a3b8 commit b5bbb8a

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

162-
The *request* object (usually a :class:`urllib.request..Request` instance)
162+
The *request* object (usually a :class:`urllib.request.Request` instance)
163163
must support the methods :meth:`get_full_url`, :meth:`get_host`,
164164
:meth:`get_type`, :meth:`unverifiable`, :meth:`has_header`,
165165
:meth:`get_header`, :meth:`header_items`, :meth:`add_unredirected_header`

0 commit comments

Comments
 (0)