]> granicus.if.org Git - python/commitdiff
bpo-37580: Fix typo in http.cookiejar documentation (GH-14731)
authorMilan Oberkirch <milan.oberkirch@geops.de>
Sat, 13 Jul 2019 10:17:17 +0000 (12:17 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 13 Jul 2019 10:17:16 +0000 (03:17 -0700)
[bpo-37580](https://bugs.python.org/issue37580): Markup typo in http.cookiejar doc

https://bugs.python.org/issue37580

Doc/library/http.cookiejar.rst

index a9d7321a42c43f4656f18ba84da5b82738bb7b56..1788bd8f833d1dec00de4b670cd2d31de31bf015 100644 (file)
@@ -159,7 +159,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`