mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
dictionary -> dict
This commit is contained in:
parent
4f9e220e7f
commit
1117d930fa
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ factories when called.
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
To make the set of types complete, new type objects such as
|
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
|
more interesting example, adding a \method{lock()} method to file
|
||||||
objects:
|
objects:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue