diff options
author | Fred Drake <fdrake@acm.org> | 2005-10-30 04:29:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-10-30 04:29:49 (GMT) |
commit | 59c61911ac8157ae27988b0c752b0b6bfa03b0fb (patch) | |
tree | f9bbe1c6f1337577411191d02ccf73e649aa94f4 /Doc | |
parent | 8c147c3386822dee9afdce166cea78b86974b471 (diff) | |
download | cpython-59c61911ac8157ae27988b0c752b0b6bfa03b0fb.zip cpython-59c61911ac8157ae27988b0c752b0b6bfa03b0fb.tar.gz cpython-59c61911ac8157ae27988b0c752b0b6bfa03b0fb.tar.bz2 |
add missing "and"
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ref/ref3.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 3ba7ca4..f53d425 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -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 |