#9911: doc copyedits.

This commit is contained in:
Georg Brandl 2010-09-21 14:48:28 +00:00
parent af38dc5b0c
commit 6faee4e2ce
31 changed files with 38 additions and 38 deletions

View file

@ -191,7 +191,7 @@ Telnet Objects
If a regular expression ends with a greedy match (such as ``.*``) or if more
than one expression can match the same input, the results are
indeterministic, and may depend on the I/O timing.
non-deterministic, and may depend on the I/O timing.
.. method:: Telnet.set_option_negotiation_callback(callback)