remove some more bsddb references

This commit is contained in:
Benjamin Peterson 2008-09-08 02:49:30 +00:00
parent bd18fd6710
commit 9a46cab613
4 changed files with 11 additions and 19 deletions

View file

@ -405,10 +405,9 @@ Mappings
.. index::
module: dbm.ndbm
module: dbm.gnu
module: bsddb
The extension modules :mod:`dbm.ndbm`, :mod:`dbm.gnu`, and :mod:`bsddb`
provide additional examples of mapping types, as does the :mod:`collections`
The extension modules :mod:`dbm.ndbm` and :mod:`dbm.gnu` provide
additional examples of mapping types, as does the :mod:`collections`
module.
Callable types