Skip to content

Commit 36609e6

Browse files
MichaelAnckaertlisroach
authored andcommitted
bpo-37823: Fix open() link in telnetlib doc (pythonGH-15281)
Fixed wrong link to Telnet.open() method in telnetlib documentation.
1 parent 9ea484c commit 36609e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/telnetlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Character), EL (Erase Line), GA (Go Ahead), SB (Subnegotiation Begin).
2929
.. class:: Telnet(host=None, port=0[, timeout])
3030

3131
:class:`Telnet` represents a connection to a Telnet server. The instance is
32-
initially not connected by default; the :meth:`open` method must be used to
32+
initially not connected by default; the :meth:`~Telnet.open` method must be used to
3333
establish a connection. Alternatively, the host name and optional port
3434
number can be passed to the constructor too, in which case the connection to
3535
the server will be established before the constructor returns. The optional

0 commit comments

Comments
 (0)