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

Skip to content

Commit 72088d5

Browse files
bpo-37823: Fix open() link in telnetlib doc (GH-15281)
Fixed wrong link to Telnet.open() method in telnetlib documentation. (cherry picked from commit e0b6117) Co-authored-by: Michael Anckaert <michael.anckaert@sinax.be>
1 parent b9d88e7 commit 72088d5

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