mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Fixed documentation of functions with const char* arguments.
This commit is contained in:
parent
5fa22fc088
commit
03863d2b29
10 changed files with 19 additions and 19 deletions
|
|
@ -88,7 +88,7 @@ written using these routines?
|
|||
:exc:`TypeError`) and returns *NULL*.
|
||||
|
||||
|
||||
.. c:function:: PyObject* PyMarshal_ReadObjectFromString(char *string, Py_ssize_t len)
|
||||
.. c:function:: PyObject* PyMarshal_ReadObjectFromString(const char *string, Py_ssize_t len)
|
||||
|
||||
Return a Python object from the data stream in a character buffer
|
||||
containing *len* bytes pointed to by *string*.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue