summaryrefslogtreecommitdiffstats
path: root/Doc/libdbm.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1996-12-13 22:04:31 (GMT)
committerFred Drake <fdrake@acm.org>1996-12-13 22:04:31 (GMT)
commit4b3f0312c9358a3a05b75aaab72aeee1ac869101 (patch)
tree6720366f64c003a46b4c0a053c1ccfebcebd00ad /Doc/libdbm.tex
parent6dc2aae3cd85f9a11f823df9742e6283b1f406f6 (diff)
downloadcpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.zip
cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.tar.gz
cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.tar.bz2
(lib<all sorts of stuff>.tex):
Merged in many typo corrections and fixes to support GNU info processing; submitted by Tamito Kajiyama.
Diffstat (limited to 'Doc/libdbm.tex')
-rw-r--r--Doc/libdbm.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libdbm.tex b/Doc/libdbm.tex
index ee2d39f..bae388b 100644
--- a/Doc/libdbm.tex
+++ b/Doc/libdbm.tex
@@ -1,7 +1,7 @@
\section{Built-in Module \sectcode{dbm}}
\bimodindex{dbm}
-The \code{dbm} module provides an interface to the {\UNIX}
+The \code{dbm} module provides an interface to the \UNIX{}
\code{(n)dbm} library. Dbm objects behave like mappings
(dictionaries), except that keys and values are always strings.
Printing a dbm object doesn't print the keys and values, and the