diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-06 19:28:48 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-06 19:28:48 (GMT) |
commit | 91f2f26d7515635453945325fb833bde13396f4c (patch) | |
tree | 3484a2c78ce9e2c337f39b58156a4aaaeba96843 /Doc/lib/libbisect.tex | |
parent | 6ee42348025611f537b80d5dbf55f4d5b9bd58f2 (diff) | |
download | cpython-91f2f26d7515635453945325fb833bde13396f4c.zip cpython-91f2f26d7515635453945325fb833bde13396f4c.tar.gz cpython-91f2f26d7515635453945325fb833bde13396f4c.tar.bz2 |
Fix up a few style nits -- avoid "e.g." and "i.e." -- these make
translation more difficult, as well as reading the English more
difficult for non-native speakers.
Diffstat (limited to 'Doc/lib/libbisect.tex')
-rw-r--r-- | Doc/lib/libbisect.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libbisect.tex b/Doc/lib/libbisect.tex index 94d5175..8c108a6 100644 --- a/Doc/lib/libbisect.tex +++ b/Doc/lib/libbisect.tex @@ -15,7 +15,7 @@ of items with expensive comparison operations, this can be an improvement over the more common approach. The module is called \module{bisect} because it uses a basic bisection algorithm to do its work. The source code may be most useful as a working example of the -algorithm (i.e., the boundary conditions are already right!). +algorithm (the boundary conditions are already right!). The following functions are provided: |