[New-bugs-announce] [issue37580] Markup typo in http.cookiejar doc

Karthikeyan Singaravelan report at bugs.python.org
Sat Jul 13 01:49:45 EDT 2019


New submission from Karthikeyan Singaravelan <tir.karthi at gmail.com>:

CookieJar.add_cookie_header in Doc/library/http.cookiejar.rst contains the below statement where .. is present that causes the markup to not link to the correct docs. The fix would be to remove extra dot in the docs and verify the rendered doc page.

https://docs.python.org/3/library/http.cookiejar.html#http.cookiejar.CookieJar.add_cookie_header

The *request* object (usually a :class:`urllib.request..Request` instance)

Marking this as easy for first time contributors who have not made a PR.

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 347775
nosy: docs at python, xtreak
priority: normal
severity: normal
stage: needs patch
status: open
title: Markup typo in http.cookiejar doc
type: behavior
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37580>
_______________________________________


More information about the New-bugs-announce mailing list