From: Tim Golden Date: Wed, 8 Apr 2015 15:52:27 +0000 (+0100) Subject: Fix typo in telnet docs (reported by Keith Briggs) X-Git-Tag: v3.5.0a4~93^2^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe5ac52c2bc1489c16652795bbdf2b21ae9a10f2;p=python Fix typo in telnet docs (reported by Keith Briggs) --- diff --git a/Doc/library/telnetlib.rst b/Doc/library/telnetlib.rst index 31e5dbbd20..4040f72ee8 100644 --- a/Doc/library/telnetlib.rst +++ b/Doc/library/telnetlib.rst @@ -31,7 +31,7 @@ Character), EL (Erase Line), GA (Go Ahead), SB (Subnegotiation Begin). :class:`Telnet` represents a connection to a Telnet server. The instance is initially not connected by default; the :meth:`open` method must be used to establish a connection. Alternatively, the host name and optional port - 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 the server will be established before the constructor returns. The optional *timeout* parameter specifies a timeout in seconds for blocking operations like the connection attempt (if not specified, the global default timeout