mirror of
https://github.com/python/cpython.git
synced 2025-09-09 02:11:51 +00:00
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.
This commit is contained in:
parent
6ee4234802
commit
91f2f26d75
12 changed files with 105 additions and 103 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue