Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe5ac52

Browse files
committed
Fix typo in telnet docs (reported by Keith Briggs)
1 parent 6f362fa commit fe5ac52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/telnetlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Character), EL (Erase Line), GA (Go Ahead), SB (Subnegotiation Begin).
3131
:class:`Telnet` represents a connection to a Telnet server. The instance is
3232
initially not connected by default; the :meth:`open` method must be used to
3333
establish a connection. Alternatively, the host name and optional port
34-
number can be passed to the constructor, to, in which case the connection to
34+
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
3636
*timeout* parameter specifies a timeout in seconds for blocking operations
3737
like the connection attempt (if not specified, the global default timeout

0 commit comments

Comments
 (0)