We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f362fa commit fe5ac52Copy full SHA for fe5ac52
1 file changed
Doc/library/telnetlib.rst
@@ -31,7 +31,7 @@ Character), EL (Erase Line), GA (Go Ahead), SB (Subnegotiation Begin).
31
: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
33
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
+ number can be passed to the constructor too, in which case the connection to
35
the server will be established before the constructor returns. The optional
36
*timeout* parameter specifies a timeout in seconds for blocking operations
37
like the connection attempt (if not specified, the global default timeout
0 commit comments