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 e004c6c commit 102488bCopy full SHA for 102488b
1 file changed
Doc/c-api/unicode.rst
@@ -1646,7 +1646,7 @@ They all return *NULL* or ``-1`` if an exception occurs.
1646
.. c:function:: PyObject* PyUnicode_Format(PyObject *format, PyObject *args)
1647
1648
Return a new string object from *format* and *args*; this is analogous to
1649
- ``format % args``. The *args* argument must be a tuple.
+ ``format % args``.
1650
1651
1652
.. c:function:: int PyUnicode_Contains(PyObject *container, PyObject *element)
0 commit comments