summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdumbdbm.tex
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-04-01 21:29:15 (GMT)
committerGeorg Brandl <georg@python.org>2007-04-01 21:29:15 (GMT)
commit4e9165d2dd15cd1766ae1286517a44f1620d3cbf (patch)
tree82f15bdc00a92fb0ddb1ee11471a46288aba969e /Doc/lib/libdumbdbm.tex
parentc7a2e4656e09cebd36a4ad2439794a48b9565737 (diff)
downloadcpython-4e9165d2dd15cd1766ae1286517a44f1620d3cbf.zip
cpython-4e9165d2dd15cd1766ae1286517a44f1620d3cbf.tar.gz
cpython-4e9165d2dd15cd1766ae1286517a44f1620d3cbf.tar.bz2
Fix a lot of markup and meta-information glitches.
Diffstat (limited to 'Doc/lib/libdumbdbm.tex')
-rw-r--r--Doc/lib/libdumbdbm.tex2
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}