diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-27 22:16:46 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-27 22:16:46 (GMT) |
commit | edf6b1f431a054280c584c45be114a540d06a375 (patch) | |
tree | d5d763c8a0ebd4a125a5d3b9bb369c27b4b5ea8d /Doc/lib | |
parent | 9030b0f053e963d7b57dcc79133fd51901a18c5b (diff) | |
download | cpython-edf6b1f431a054280c584c45be114a540d06a375.zip cpython-edf6b1f431a054280c584c45be114a540d06a375.tar.gz cpython-edf6b1f431a054280c584c45be114a540d06a375.tar.bz2 |
Added the bisect synopsis.
Diffstat (limited to 'Doc/lib')
-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 14f8027..dd40bc4 100644 --- a/Doc/lib/libbisect.tex +++ b/Doc/lib/libbisect.tex @@ -5,7 +5,7 @@ \section{Standard Module \module{bisect}} \declaremodule{standard}{bisect} -\modulesynopsis{None} +\modulesynopsis{Array bisection algorithms for binary searching.} |