Commit 98b11e11 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub

bpo-37823: Fix open() link in telnetlib doc (GH-15281)


Fixed wrong link to Telnet.open() method in telnetlib documentation.
(cherry picked from commit e0b6117e)
Co-authored-by: default avatarMichael Anckaert <michael.anckaert@sinax.be>
parent 198a0d62
......@@ -29,7 +29,7 @@ Character), EL (Erase Line), GA (Go Ahead), SB (Subnegotiation Begin).
.. class:: Telnet([host[, port[, timeout]]])
:class:`Telnet` represents a connection to a Telnet server. The instance is
initially not connected by default; the :meth:`open` method must be used to
initially not connected by default; the :meth:`~Telnet.open` method must be used to
establish a connection. Alternatively, the host name and optional port
number can be passed to the constructor, to, in which case the connection to
the server will be established before the constructor returns. The optional
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment