summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-10-29 20:37:47 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-10-29 20:37:47 (GMT)
commit1117d930fa0b5987c4a7e82f4743b4741dcd141c (patch)
treed90f619846a3e93b64f34292749e0eb546d5c651
parent4f9e220e7fab5c7faf5aed567c536c3881e21ea8 (diff)
downloadcpython-1117d930fa0b5987c4a7e82f4743b4741dcd141c.zip
cpython-1117d930fa0b5987c4a7e82f4743b4741dcd141c.tar.gz
cpython-1117d930fa0b5987c4a7e82f4743b4741dcd141c.tar.bz2
dictionary -> dict
-rw-r--r--Doc/whatsnew/whatsnew22.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex
index 866021b..cc1be3f 100644
--- a/Doc/whatsnew/whatsnew22.tex
+++ b/Doc/whatsnew/whatsnew22.tex
@@ -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: