mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
merge 3.4 (#17210)
This commit is contained in:
commit
0172b115db
1 changed files with 1 additions and 1 deletions
|
@ -1646,7 +1646,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue