diff options
Diffstat (limited to 'Doc/lib/libshelve.tex')
-rw-r--r-- | Doc/lib/libshelve.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libshelve.tex b/Doc/lib/libshelve.tex index 90afbc6..6b5aa76 100644 --- a/Doc/lib/libshelve.tex +++ b/Doc/lib/libshelve.tex @@ -1,6 +1,8 @@ \section{Standard Module \module{shelve}} -\label{module-shelve} -\stmodindex{shelve} +\declaremodule{standard}{shelve} + +\modulesynopsis{Python object persistency.} + A ``shelf'' is a persistent, dictionary-like object. The difference with ``dbm'' databases is that the values (not the keys!) in a shelf |