We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6122d02 commit a685f52Copy full SHA for a685f52
Doc/whatsnew/whatsnew23.tex
@@ -2145,7 +2145,7 @@ \section{Build and C API Changes}
2145
\item A new function, \cfunction{PyObject_DelItemString(\var{mapping},
2146
char *\var{key})} was added
2147
as shorthand for
2148
-\code{PyObject_DelItem(\var{mapping}, PyString_New(\var{key})}.
+\code{PyObject_DelItem(\var{mapping}, PyString_New(\var{key}))}.
2149
2150
\item The \method{xreadlines()} method of file objects, introduced in
2151
Python 2.1, is no longer necessary because files now behave as their
0 commit comments