diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-09-08 02:49:30 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-09-08 02:49:30 (GMT) |
commit | 9a46cab6134eb8e575a54cd52d14eb2f679df718 (patch) | |
tree | 323b0ada3a15d5f4923fe331cd99963d8dfb18c4 /Doc/reference | |
parent | bd18fd6710a95a4585c9ce17e6ea7040d727d3bc (diff) | |
download | cpython-9a46cab6134eb8e575a54cd52d14eb2f679df718.zip cpython-9a46cab6134eb8e575a54cd52d14eb2f679df718.tar.gz cpython-9a46cab6134eb8e575a54cd52d14eb2f679df718.tar.bz2 |
remove some more bsddb references
Diffstat (limited to 'Doc/reference')
-rw-r--r-- | Doc/reference/datamodel.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 00516d1..ddc605b 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -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 |