From: Walter Dörwald Date: Wed, 3 Dec 2003 10:34:57 +0000 (+0000) Subject: Fix typo. (From SF bug #853064) X-Git-Tag: v2.4a1~1165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bafa9f3403225d425befabca246eb9d40bc48fb;p=thirdparty%2FPython%2Fcpython.git Fix typo. (From SF bug #853064) --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 1c9b0bcf4f02..3e24c1fdd85f 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -2146,7 +2146,7 @@ Here is a small example using a dictionary: True \end{verbatim} -The \function{dict()} contructor builds dictionaries directly from +The \function{dict()} constructor builds dictionaries directly from lists of key-value pairs stored as tuples. When the pairs form a pattern, list comprehensions can compactly specify the key-value list.