summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libanydbm.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-19 21:19:21 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-19 21:19:21 (GMT)
commit9d158817446c06ed0e0d8e00d7e2345c836f72e1 (patch)
tree09cc18b17f1a6677b21f2ecb1566826d221c65ee /Doc/lib/libanydbm.tex
parent247a78a10dc3486f20743a154246da15d862cd5d (diff)
downloadcpython-9d158817446c06ed0e0d8e00d7e2345c836f72e1.zip
cpython-9d158817446c06ed0e0d8e00d7e2345c836f72e1.tar.gz
cpython-9d158817446c06ed0e0d8e00d7e2345c836f72e1.tar.bz2
bsddb docs from Skip Montanaro; added interesting links.
Diffstat (limited to 'Doc/lib/libanydbm.tex')
-rw-r--r--Doc/lib/libanydbm.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libanydbm.tex b/Doc/lib/libanydbm.tex
index 4df6628..367daf6 100644
--- a/Doc/lib/libanydbm.tex
+++ b/Doc/lib/libanydbm.tex
@@ -7,7 +7,7 @@
\module{anydbm} is a generic interface to variants of the DBM
database --- \refmodule{dbhash}\refstmodindex{dbhash} (requires
-\module{bsddb}\refbimodindex{bsddb}),
+\refmodule{bsddb}\refbimodindex{bsddb}),
\refmodule{gdbm}\refbimodindex{gdbm}, or
\refmodule{dbm}\refbimodindex{dbm}. If none of these modules is
installed, the slow-but-simple implementation in module