summaryrefslogtreecommitdiff
path: root/Doc/lib/libdbm.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-04 05:56:51 +0000
committerFred Drake <fdrake@acm.org>1998-04-04 05:56:51 +0000
commit298c295f71c2985296292fe3463bee355273887f (patch)
tree98cce22a88f4f51b7710edd26bb92e21d6dc0615 /Doc/lib/libdbm.tex
parentc3f7cdb03a4662a291ce516f816ff3634e0babb9 (diff)
downloadcpython-298c295f71c2985296292fe3463bee355273887f.tar.gz
Remove obsolete lines like this:
\setindexsubitem{(in module frobnitz)} These are no longer needed when present before any other \setindexsubitem{} in the module section. The indexsubitem is now set by \bimodindex and \stmodindex.
Diffstat (limited to 'Doc/lib/libdbm.tex')
-rw-r--r--Doc/lib/libdbm.tex1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/lib/libdbm.tex b/Doc/lib/libdbm.tex
index 35e0b4cb15..ac5343f6d9 100644
--- a/Doc/lib/libdbm.tex
+++ b/Doc/lib/libdbm.tex
@@ -14,7 +14,6 @@ using the GNU GDBM library.
The module defines the following constant and functions:
-\setindexsubitem{(in module dbm)}
\begin{excdesc}{error}
Raised on dbm-specific errors, such as I/O errors. \code{KeyError} is
raised for general mapping errors like specifying an incorrect key.