From: Raymond Hettinger Date: Sat, 12 Jul 2003 04:42:30 +0000 (+0000) Subject: Fix missing parenthesis X-Git-Tag: v2.3c1~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a685f522566edb585db2c9598b8cc36417e9fe95;p=python Fix missing parenthesis --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 007cf0882d..8b3fc61d7f 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -2145,7 +2145,7 @@ than using \constant{METH_NOARGS}. \item A new function, \cfunction{PyObject_DelItemString(\var{mapping}, char *\var{key})} was added as shorthand for -\code{PyObject_DelItem(\var{mapping}, PyString_New(\var{key})}. +\code{PyObject_DelItem(\var{mapping}, PyString_New(\var{key}))}. \item The \method{xreadlines()} method of file objects, introduced in Python 2.1, is no longer necessary because files now behave as their