Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7bafa9f

Browse files
committed
Fix typo. (From SF bug #853064)
1 parent 6d45972 commit 7bafa9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tut/tut.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2146,7 +2146,7 @@ \section{Dictionaries \label{dictionaries}}
21462146
True
21472147
\end{verbatim}
21482148

2149-
The \function{dict()} contructor builds dictionaries directly from
2149+
The \function{dict()} constructor builds dictionaries directly from
21502150
lists of key-value pairs stored as tuples. When the pairs form a
21512151
pattern, list comprehensions can compactly specify the key-value list.
21522152

0 commit comments

Comments
 (0)