]> granicus.if.org Git - python/commitdiff
Fix typo in telnet docs (reported by Keith Briggs)
authorTim Golden <mail@timgolden.me.uk>
Wed, 8 Apr 2015 15:52:27 +0000 (16:52 +0100)
committerTim Golden <mail@timgolden.me.uk>
Wed, 8 Apr 2015 15:52:27 +0000 (16:52 +0100)
Doc/library/telnetlib.rst

index 31e5dbbd20a6849fccee251b33bd653f0955e38d..4040f72ee8665deb679738430d8863ed696c9e38 100644 (file)
@@ -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