diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-20 00:14:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-20 00:14:17 (GMT) |
commit | bbac43223c3ead4745d41414df13d113d79334ad (patch) | |
tree | 08001df173f742c7ee291ae1e9ad196704fa7d59 /Doc/lib/libanydbm.tex | |
parent | da5736533705f22a2673fbdc53ea9c537751c43c (diff) | |
download | cpython-bbac43223c3ead4745d41414df13d113d79334ad.zip cpython-bbac43223c3ead4745d41414df13d113d79334ad.tar.gz cpython-bbac43223c3ead4745d41414df13d113d79334ad.tar.bz2 |
Shorten a few section titles.
Diffstat (limited to 'Doc/lib/libanydbm.tex')
-rw-r--r-- | Doc/lib/libanydbm.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libanydbm.tex b/Doc/lib/libanydbm.tex index 11f5783..5e91941 100644 --- a/Doc/lib/libanydbm.tex +++ b/Doc/lib/libanydbm.tex @@ -1,7 +1,7 @@ \section{\module{anydbm} --- - Generic interface to DBM-style database modules.} -\declaremodule{standard}{anydbm} + Generic access to DBM-style databases} +\declaremodule{standard}{anydbm} \modulesynopsis{Generic interface to DBM-style database modules.} @@ -48,9 +48,9 @@ strings. \section{\module{dumbdbm} --- - Portable implementation of the simple DBM interface.} -\declaremodule{standard}{dumbdbm} + Portable DBM implementation} +\declaremodule{standard}{dumbdbm} \modulesynopsis{Portable implementation of the simple DBM interface.} |