summaryrefslogtreecommitdiffstats
path: root/Doc/libsomeos.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-11-20 21:00:03 (GMT)
committerGuido van Rossum <guido@python.org>1997-11-20 21:00:03 (GMT)
commit3472026347bd62938b1325acfe5db735d1685189 (patch)
treee33d878be27c6f85b5c859ef2cf9de0e8c6e1aed /Doc/libsomeos.tex
parentdb847bd9ea6df19ca4a81558f4cc6d3622aecf24 (diff)
downloadcpython-3472026347bd62938b1325acfe5db735d1685189.zip
cpython-3472026347bd62938b1325acfe5db735d1685189.tar.gz
cpython-3472026347bd62938b1325acfe5db735d1685189.tar.bz2
Add description for Queue; fix typo (whichdbm should be whichdb).
Diffstat (limited to 'Doc/libsomeos.tex')
-rw-r--r--Doc/libsomeos.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/libsomeos.tex b/Doc/libsomeos.tex
index c04cf7a..3a502a7 100644
--- a/Doc/libsomeos.tex
+++ b/Doc/libsomeos.tex
@@ -20,10 +20,13 @@ interfaces but they are available on some other systems as well
\item[thread]
--- Create multiple threads of control within one namespace.
+\item[Queue]
+--- A stynchronized queue class.
+
\item[anydbm]
--- Generic interface to DBM-style database modules.
-\item[whichdbm]
+\item[whichdb]
--- Guess which DBM-style module created a given database.
\item[zlib]