remove docs for PyBytes_Format #4917

This commit is contained in:
Benjamin Peterson 2009-01-12 00:28:16 +00:00
parent d6e8de1797
commit ce36962d12
1 changed files with 0 additions and 6 deletions

View File

@ -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.