From: Fred Drake Date: Sun, 30 Oct 2005 04:44:34 +0000 (+0000) Subject: add missing "and" X-Git-Tag: v2.4.3c1~229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b32a29945626a655d94f49d5c348716ae9023c93;p=thirdparty%2FPython%2Fcpython.git add missing "and" --- diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index c826a8357452..5fcb51ebb93e 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