diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-27 22:12:26 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-27 22:12:26 (GMT) |
commit | 9030b0f053e963d7b57dcc79133fd51901a18c5b (patch) | |
tree | 73942764d296a7153f1a6688f12de3d59fa253e2 /Doc/lib/libanydbm.tex | |
parent | 08caa964c4d5ed1d716f454787ad311282b6a043 (diff) | |
download | cpython-9030b0f053e963d7b57dcc79133fd51901a18c5b.zip cpython-9030b0f053e963d7b57dcc79133fd51901a18c5b.tar.gz cpython-9030b0f053e963d7b57dcc79133fd51901a18c5b.tar.bz2 |
Added the dumbdbm synopsis.
Diffstat (limited to 'Doc/lib/libanydbm.tex')
-rw-r--r-- | Doc/lib/libanydbm.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libanydbm.tex b/Doc/lib/libanydbm.tex index 745605a..2344c5a 100644 --- a/Doc/lib/libanydbm.tex +++ b/Doc/lib/libanydbm.tex @@ -49,7 +49,7 @@ strings. \section{Standard Module \module{dumbdbm}} \declaremodule{standard}{dumbdbm} -\modulesynopsis{None} +\modulesynopsis{Portable implementation of the simple DBM interface.} A simple and slow database implemented entirely in Python. This |