mirror of https://github.com/python/cpython
add missing "and"
This commit is contained in:
parent
8c147c3386
commit
59c61911ac
|
@ -410,8 +410,9 @@ Dictionaries are mutable; they can be created by the
|
|||
Displays'').
|
||||
|
||||
The extension modules \module{dbm}\refstmodindex{dbm},
|
||||
\module{gdbm}\refstmodindex{gdbm}, \module{bsddb}\refstmodindex{bsddb}
|
||||
provide additional examples of mapping types.
|
||||
\module{gdbm}\refstmodindex{gdbm}, and
|
||||
\module{bsddb}\refstmodindex{bsddb} provide additional examples of
|
||||
mapping types.
|
||||
|
||||
\end{description} % Mapping types
|
||||
|
||||
|
|
Loading…
Reference in New Issue