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

Skip to content

Commit d25a5da

Browse files
committed
Merged revisions 81431 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r81431 | georg.brandl | 2010-05-21 23:30:47 +0200 (Fr, 21 Mai 2010) | 1 line #8707: remove duplicate paragraph part. ........
1 parent 14dfede commit d25a5da

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

Doc/library/telnetlib.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,11 @@ Character), EL (Erase Line), GA (Go Ahead), SB (Subnegotiation Begin).
2727
:class:`Telnet` represents a connection to a Telnet server. The instance is
2828
initially not connected by default; the :meth:`open` method must be used to
2929
establish a connection. Alternatively, the host name and optional port
30-
and timeout can be passed to the constructor, in which case the connection to
31-
the server will be established before the constructor returns. The optional
32-
*timeout* parameter specifies a timeout in seconds for the connection attempt (if
33-
not specified, the global default timeout setting will be used).
34-
3530
number can be passed to the constructor, to, in which case the connection to
36-
the server will be established before the constructor returns. The optional
31+
the server will be established before the constructor returns. The optional
3732
*timeout* parameter specifies a timeout in seconds for blocking operations
38-
like the connection attempt (if not specified, or passed as None, the global
39-
default timeout setting will be used).
33+
like the connection attempt (if not specified, the global default timeout
34+
setting will be used).
4035

4136
Do not reopen an already connected instance.
4237

0 commit comments

Comments
 (0)