Remove self-reference from the anydbm module.

This closes SF patch #443788.
This commit is contained in:
Fred Drake 2001-07-23 19:22:42 +00:00
parent 8a2adcf812
commit 6fdb90c0ca
1 changed files with 0 additions and 1 deletions

View File

@ -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.}