8000 bpo-37823: Fix open() link in telnetlib doc (GH-15281) · python/cpython@e0b6117 · GitHub
[go: up one dir, main page]

Skip to content

Commit e0b6117

Browse files
MichaelAnckaertvstinner
authored andcommitted
bpo-37823: Fix open() link in telnetlib doc (GH-15281)
Fixed wrong link to Telnet.open() method in telnetlib documentation.
1 parent de2d9ee commit e0b6117

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)
0