New submission from Karthikeyan Singaravelan <tir.kar...@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@python
components: Documentation
keywords: easy
messages: 347775
nosy: docs@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue37580>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to