]> granicus.if.org Git - python/commitdiff
dictionary -> dict
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 29 Oct 2001 20:37:47 +0000 (20:37 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 29 Oct 2001 20:37:47 +0000 (20:37 +0000)
Doc/whatsnew/whatsnew22.tex

index 866021bdd193c7d2de13fc4a50c1c50655ec6a1e..cc1be3fa035b2057c1760f95ba6bd2a08c110068 100644 (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: