diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-23 19:22:42 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-23 19:22:42 (GMT) |
commit | 6fdb90c0ca027695e7c89049900f87be6deb56fd (patch) | |
tree | aa3ea8c114b500ba586b1ee86c6cbc02546959da /Doc/lib/libanydbm.tex | |
parent | 8a2adcf8128d0039a9542b550836c11c1b79a0c6 (diff) | |
download | cpython-6fdb90c0ca027695e7c89049900f87be6deb56fd.zip cpython-6fdb90c0ca027695e7c89049900f87be6deb56fd.tar.gz cpython-6fdb90c0ca027695e7c89049900f87be6deb56fd.tar.bz2 |
Remove self-reference from the anydbm module.
This closes SF patch #443788.
Diffstat (limited to 'Doc/lib/libanydbm.tex')
-rw-r--r-- | Doc/lib/libanydbm.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/lib/libanydbm.tex b/Doc/lib/libanydbm.tex index 367daf6..8736c1c 100644 --- a/Doc/lib/libanydbm.tex +++ b/Doc/lib/libanydbm.tex @@ -48,7 +48,6 @@ strings. \begin{seealso} - \seemodule{anydbm}{Generic interface to \code{dbm}-style databases.} \seemodule{dbhash}{BSD \code{db} database interface.} \seemodule{dbm}{Standard \UNIX{} database interface.} \seemodule{dumbdbm}{Portable implementation of the \code{dbm} interface.} |