From: Fred Drake Date: Mon, 23 Jul 2001 19:22:42 +0000 (+0000) Subject: Remove self-reference from the anydbm module. X-Git-Tag: v2.2a3~982 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6fdb90c0ca027695e7c89049900f87be6deb56fd;p=thirdparty%2FPython%2Fcpython.git Remove self-reference from the anydbm module. This closes SF patch #443788. --- diff --git a/Doc/lib/libanydbm.tex b/Doc/lib/libanydbm.tex index 367daf6ed937..8736c1c2b622 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.}