Skip to content

Commit a685f52

Browse files
committed
Fix missing parenthesis
1 parent 6122d02 commit a685f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/whatsnew23.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2145,7 +2145,7 @@ \section{Build and C API Changes}
21452145
\item A new function, \cfunction{PyObject_DelItemString(\var{mapping},
21462146
char *\var{key})} was added
21472147
as shorthand for
2148-
\code{PyObject_DelItem(\var{mapping}, PyString_New(\var{key})}.
2148+
\code{PyObject_DelItem(\var{mapping}, PyString_New(\var{key}))}.
21492149

21502150
\item The \method{xreadlines()} method of file objects, introduced in
21512151
Python 2.1, is no longer necessary because files now behave as their

0 commit comments

Comments
 (0)