mirror of https://github.com/python/cpython.git
Fix typo. (From SF bug #853064)
This commit is contained in:
parent
6d459725a3
commit
7bafa9f340
|
@ -2146,7 +2146,7 @@ Here is a small example using a dictionary:
|
||||||
True
|
True
|
||||||
\end{verbatim}
|
\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
|
lists of key-value pairs stored as tuples. When the pairs form a
|
||||||
pattern, list comprehensions can compactly specify the key-value list.
|
pattern, list comprehensions can compactly specify the key-value list.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue