]> granicus.if.org Git - python/commitdiff
args doesn't need to be a tuple (closes #17210)
authorBenjamin Peterson <benjamin@python.org>
Sat, 19 Jul 2014 23:34:33 +0000 (16:34 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sat, 19 Jul 2014 23:34:33 +0000 (16:34 -0700)
Doc/c-api/unicode.rst

index ddeaaa240b04b74379461e75129268d2365a4faf..4ef437c6ce13998da9898ccbcd1db50252b045ae 100644 (file)
@@ -1108,7 +1108,7 @@ They all return *NULL* or ``-1`` if an exception occurs.
 .. c:function:: PyObject* PyUnicode_Format(PyObject *format, PyObject *args)
 
    Return a new string object from *format* and *args*; this is analogous to
-   ``format % args``.  The *args* argument must be a tuple.
+   ``format % args``.
 
 
 .. c:function:: int PyUnicode_Contains(PyObject *container, PyObject *element)