diff options
author | Walter Dörwald <walter@livinglogic.de> | 2003-12-03 10:34:57 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2003-12-03 10:34:57 (GMT) |
commit | 7bafa9f3403225d425befabca246eb9d40bc48fb (patch) | |
tree | 34e8f061c8a79954345fc512ce995346e3093a42 /Doc/tut | |
parent | 6d459725a3f2f904a525739a63792b702aa32384 (diff) | |
download | cpython-7bafa9f3403225d425befabca246eb9d40bc48fb.zip cpython-7bafa9f3403225d425befabca246eb9d40bc48fb.tar.gz cpython-7bafa9f3403225d425befabca246eb9d40bc48fb.tar.bz2 |
Fix typo. (From SF bug #853064)
Diffstat (limited to 'Doc/tut')
-rw-r--r-- | Doc/tut/tut.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 1c9b0bc..3e24c1f 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. |