From: Fred Drake Date: Sun, 30 Oct 2005 04:29:49 +0000 (+0000) Subject: add missing "and" X-Git-Tag: v2.5a0~1208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59c61911ac8157ae27988b0c752b0b6bfa03b0fb;p=python add missing "and" --- diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 3ba7ca41a2..f53d42594c 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