From: Andrew M. Kuchling Date: Mon, 29 Oct 2001 20:37:47 +0000 (+0000) Subject: dictionary -> dict X-Git-Tag: v2.2.1c1~979 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1117d930fa0b5987c4a7e82f4743b4741dcd141c;p=python dictionary -> dict --- diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex index 866021bdd1..cc1be3fa03 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: