mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Rob W. W. Hooft's spelling fixes for the Library Reference. I hope
SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem.
This commit is contained in:
parent
0e19e76aba
commit
f8316638af
61 changed files with 92 additions and 92 deletions
|
@ -140,7 +140,7 @@ Read until one from a list of a regular expressions matches.
|
|||
The first argument is a list of regular expressions, either
|
||||
compiled (\class{re.RegexObject} instances) or uncompiled (strings).
|
||||
The optional second argument is a timeout, in seconds; the default
|
||||
is to block indefinately.
|
||||
is to block indefinitely.
|
||||
|
||||
Return a tuple of three items: the index in the list of the
|
||||
first regular expression that matches; the match object
|
||||
|
@ -153,7 +153,7 @@ far (may be the empty string if a timeout happened).
|
|||
|
||||
If a regular expression ends with a greedy match (e.g. \regexp{.*})
|
||||
or if more than one expression can match the same input, the
|
||||
results are undeterministic, and may depend on the I/O timing.
|
||||
results are indeterministic, and may depend on the I/O timing.
|
||||
\end{methoddesc}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue