]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport checkin:
authorWalter Dörwald <walter@livinglogic.de>
Wed, 3 Dec 2003 10:36:15 +0000 (10:36 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 3 Dec 2003 10:36:15 +0000 (10:36 +0000)
Fix typo. (From SF bug #853064)

Doc/tut/tut.tex

index 742a3af0ecf4521c35a7855fccf58ea335b6e704..f56f65e0e19c8f77ffdc50d046195f616607c3a3 100644 (file)
@@ -2096,7 +2096,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.