Commit 29f0dc5f authored by Benjamin Peterson's avatar Benjamin Peterson

dict is also allowed (closes #19163)

parent 0189a46e
......@@ -241,7 +241,7 @@ called with a non-string parameter.
.. c:function:: PyObject* PyString_Format(PyObject *format, PyObject *args)
Return a new string object from *format* and *args*. Analogous to ``format %
args``. The *args* argument must be a tuple.
args``. The *args* argument must be a tuple or dict.
.. c:function:: void PyString_InternInPlace(PyObject **string)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment