diff options
Diffstat (limited to 'Doc/lib/libdumbdbm.tex')
-rw-r--r-- | Doc/lib/libdumbdbm.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdumbdbm.tex b/Doc/lib/libdumbdbm.tex index 4495774..d0917be 100644 --- a/Doc/lib/libdumbdbm.tex +++ b/Doc/lib/libdumbdbm.tex @@ -57,7 +57,7 @@ only when the database has to be created. It defaults to octal In addition to the methods provided by the \class{UserDict.DictMixin} class, \class{dumbdbm} objects provide the following methods. -\begin{methoddesc}{sync}{} +\begin{methoddesc}[dumbdbm]{sync}{} Synchronize the on-disk directory and data files. This method is called by the \method{sync} method of \class{Shelve} objects. \end{methoddesc} |