commit | edf6b1f431a054280c584c45be114a540d06a375 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon Jul 27 22:16:46 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon Jul 27 22:16:46 1998 +0000 |
tree | d5d763c8a0ebd4a125a5d3b9bb369c27b4b5ea8d | |
parent | 9030b0f053e963d7b57dcc79133fd51901a18c5b [diff] [blame] |
Added the bisect synopsis.
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.}