mirror of https://github.com/python/cpython
Remove self-reference from the anydbm module.
This closes SF patch #443788.
This commit is contained in:
parent
8a2adcf812
commit
6fdb90c0ca
|
@ -48,7 +48,6 @@ strings.
|
||||||
|
|
||||||
|
|
||||||
\begin{seealso}
|
\begin{seealso}
|
||||||
\seemodule{anydbm}{Generic interface to \code{dbm}-style databases.}
|
|
||||||
\seemodule{dbhash}{BSD \code{db} database interface.}
|
\seemodule{dbhash}{BSD \code{db} database interface.}
|
||||||
\seemodule{dbm}{Standard \UNIX{} database interface.}
|
\seemodule{dbm}{Standard \UNIX{} database interface.}
|
||||||
\seemodule{dumbdbm}{Portable implementation of the \code{dbm} interface.}
|
\seemodule{dumbdbm}{Portable implementation of the \code{dbm} interface.}
|
||||||
|
|
Loading…
Reference in New Issue