dictionary -> dict

This commit is contained in:
Andrew M. Kuchling 2001-10-29 20:37:47 +00:00
parent 4f9e220e7f
commit 1117d930fa
1 changed files with 1 additions and 1 deletions

View File

@ -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: