mirror of
https://github.com/python/cpython.git
synced 2025-09-15 21:26:04 +00:00
Fix typo. (From SF bug #853064)
This commit is contained in:
parent
6d459725a3
commit
7bafa9f340
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue