summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libbisect.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-20 00:14:17 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-20 00:14:17 (GMT)
commitbbac43223c3ead4745d41414df13d113d79334ad (patch)
tree08001df173f742c7ee291ae1e9ad196704fa7d59 /Doc/lib/libbisect.tex
parentda5736533705f22a2673fbdc53ea9c537751c43c (diff)
downloadcpython-bbac43223c3ead4745d41414df13d113d79334ad.zip
cpython-bbac43223c3ead4745d41414df13d113d79334ad.tar.gz
cpython-bbac43223c3ead4745d41414df13d113d79334ad.tar.bz2
Shorten a few section titles.
Diffstat (limited to 'Doc/lib/libbisect.tex')
-rw-r--r--Doc/lib/libbisect.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/lib/libbisect.tex b/Doc/lib/libbisect.tex
index e36cf0e..2b3f117 100644
--- a/Doc/lib/libbisect.tex
+++ b/Doc/lib/libbisect.tex
@@ -3,13 +3,12 @@
% <arw@pythonpros.com>.
\section{\module{bisect} ---
- Array bisection algorithms for binary searching.}
-\declaremodule{standard}{bisect}
+ Array bisection algorithm}
+\declaremodule{standard}{bisect}
\modulesynopsis{Array bisection algorithms for binary searching.}
-
This module provides support for maintaining a list in sorted order
without having to sort the list after each insertion. For long lists
of items with expensive comparison operations, this can be an