diff options
author | Guido van Rossum <guido@python.org> | 1997-11-20 21:00:03 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-20 21:00:03 (GMT) |
commit | 3472026347bd62938b1325acfe5db735d1685189 (patch) | |
tree | e33d878be27c6f85b5c859ef2cf9de0e8c6e1aed | |
parent | db847bd9ea6df19ca4a81558f4cc6d3622aecf24 (diff) | |
download | cpython-3472026347bd62938b1325acfe5db735d1685189.zip cpython-3472026347bd62938b1325acfe5db735d1685189.tar.gz cpython-3472026347bd62938b1325acfe5db735d1685189.tar.bz2 |
Add description for Queue; fix typo (whichdbm should be whichdb).
-rw-r--r-- | Doc/lib/libsomeos.tex | 5 | ||||
-rw-r--r-- | Doc/libsomeos.tex | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/Doc/lib/libsomeos.tex b/Doc/lib/libsomeos.tex index c04cf7a..3a502a7 100644 --- a/Doc/lib/libsomeos.tex +++ b/Doc/lib/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] 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] |