From 1117d930fa0b5987c4a7e82f4743b4741dcd141c Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 29 Oct 2001 20:37:47 +0000 Subject: dictionary -> dict --- Doc/whatsnew/whatsnew22.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v0.12