]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-37580: Fix typo in http.cookiejar documentation (GH-14731)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 13 Jul 2019 10:23:10 +0000 (03:23 -0700)
committerGitHub <noreply@github.com>
Sat, 13 Jul 2019 10:23:10 +0000 (03:23 -0700)
[bpo-37580](https://bugs.python.org/issue37580): Markup typo in http.cookiejar doc

https://bugs.python.org/issue37580
(cherry picked from commit b5bbb8a740eaf46c78d122185de8b072e9deea2a)

Co-authored-by: Milan Oberkirch <milan.oberkirch@geops.de>
Doc/library/http.cookiejar.rst

index d8da6683a3a52f8ac67d973bab1bc83a6b7b4d6b..8bacd72c811a8475ead8141ab54a0a8aa7e200ad 100644 (file)
@@ -153,7 +153,7 @@ contained :class:`Cookie` objects.
    the :class:`CookieJar`'s :class:`CookiePolicy` instance are true and false
    respectively), the :mailheader:`Cookie2` header is also added when appropriate.
 
-   The *request* object (usually a :class:`urllib.request..Request` instance)
+   The *request* object (usually a :class:`urllib.request.Request` instance)
    must support the methods :meth:`get_full_url`, :meth:`get_host`,
    :meth:`get_type`, :meth:`unverifiable`, :meth:`has_header`,
    :meth:`get_header`, :meth:`header_items`, :meth:`add_unredirected_header`