Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce36962

Browse files
committed
remove docs for PyBytes_Format #4917
1 parent d6e8de1 commit ce36962

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Doc/c-api/bytes.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,3 @@ called with a non-bytes parameter.
192192
reallocation fails, the original bytes object at *\*bytes* is deallocated,
193193
*\*bytes* is set to *NULL*, a memory exception is set, and ``-1`` is
194194
returned.
195-
196-
197-
.. cfunction:: PyObject* PyBytes_Format(PyObject *format, PyObject *args)
198-
199-
Return a new bytes object from *format* and *args*. Analogous to ``format %
200-
args``. The *args* argument must be a tuple.

0 commit comments

Comments
 (0)