mirror of https://github.com/python/cpython.git
dictionary -> dict
This commit is contained in:
parent
4f9e220e7f
commit
1117d930fa
|
@ -163,7 +163,7 @@ factories when called.
|
|||
\end{verbatim}
|
||||
|
||||
To make the set of types complete, new type objects such as
|
||||
\function{dictionary} and \function{file} have been added. Here's a
|
||||
\function{dict} and \function{file} have been added. Here's a
|
||||
more interesting example, adding a \method{lock()} method to file
|
||||
objects:
|
||||
|
||||
|
|
Loading…
Reference in New Issue