From bc9aebda025b3ef743719ea9d5b8084b3f8fad48 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Walter=20D=C3=B6rwald?= Date: Wed, 3 Dec 2003 10:36:15 +0000 Subject: [PATCH] Backport checkin: Fix typo. (From SF bug #853064) --- Doc/tut/tut.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 742a3af0ecf4..f56f65e0e19c 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -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. -- 2.47.3