]> granicus.if.org Git - python/commitdiff
Clarify that the timeout argument to read_until() is in seconds.
authorFred Drake <fdrake@acm.org>
Tue, 29 Apr 2003 13:39:05 +0000 (13:39 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 29 Apr 2003 13:39:05 +0000 (13:39 +0000)
Doc/lib/libtelnetlib.tex

index 345adac21db5e3e0d9d0b89fe9f3e80fa16b1853..c7a4226dccdc018a1c7b4b9272d285a1878c1cb5 100644 (file)
@@ -53,7 +53,8 @@ individual descriptions below.
 
 
 \begin{methoddesc}{read_until}{expected\optional{, timeout}}
-Read until a given string is encountered or until timeout.
+Read until a given string, \var{expected}, is encountered or until
+\var{timeout} seconds have passed.
 
 When no match is found, return whatever is available instead,
 possibly the empty string.  Raise \exception{EOFError} if the connection