]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add missing "and"
authorFred Drake <fdrake@acm.org>
Sun, 30 Oct 2005 04:44:34 +0000 (04:44 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 30 Oct 2005 04:44:34 +0000 (04:44 +0000)
Doc/ref/ref3.tex

index c826a8357452e161fa55f8ecaf63a493a27030e1..5fcb51ebb93ec16985eda2e11917cf97d05d6430 100644 (file)
@@ -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