[docs] [issue37823] Telnet documentation: fix the link to open()

Mariatta report at bugs.python.org
Sun Aug 11 12:13:29 EDT 2019


New submission from Mariatta <mariatta at python.org>:

Bug in the Telnet docs: https://docs.python.org/3/library/telnetlib.html

In the section https://docs.python.org/3/library/telnetlib.html#telnetlib.Telnet the “open()” link should probably point to https://docs.python.org/3/library/telnetlib.html#telnetlib.Telnet.open but instead it points to https://docs.python.org/3/library/functions.html#open

This is newcomer friendly and I would prefer it be done by first time contributors.

Reported in docs mailing list: https://mail.python.org/pipermail/docs/2019-August/041817.html

----------
assignee: docs at python
components: Documentation
keywords: easy, newcomer friendly
messages: 349393
nosy: Mariatta, docs at python
priority: normal
severity: normal
stage: needs patch
status: open
title: Telnet documentation: fix the link to open()
versions: Python 2.7, Python 3.7, Python 3.8, Python 3.9

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


More information about the docs mailing list