mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
(lib<all sorts of stuff>.tex):
Merged in many typo corrections and fixes to support GNU info processing; submitted by Tamito Kajiyama.
This commit is contained in:
parent
6dc2aae3cd
commit
4b3f0312c9
41 changed files with 154 additions and 80 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue