Commit ce36962d authored by Benjamin Peterson's avatar Benjamin Peterson

remove docs for PyBytes_Format #4917

parent d6e8de17
......@@ -192,9 +192,3 @@ called with a non-bytes parameter.
reallocation fails, the original bytes object at *\*bytes* is deallocated,
*\*bytes* is set to *NULL*, a memory exception is set, and ``-1`` is
returned.
.. cfunction:: PyObject* PyBytes_Format(PyObject *format, PyObject *args)
Return a new bytes object from *format* and *args*. Analogous to ``format %
args``. The *args* argument must be a tuple.
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