mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fixed documentation of functions with const char* arguments.
This commit is contained in:
commit
cd881b850c
10 changed files with 19 additions and 19 deletions
|
@ -86,7 +86,7 @@ Process-wide parameters
|
|||
=======================
|
||||
|
||||
|
||||
.. c:function:: int Py_SetStandardStreamEncoding(char *encoding, char *errors)
|
||||
.. c:function:: int Py_SetStandardStreamEncoding(const char *encoding, const char *errors)
|
||||
|
||||
.. index::
|
||||
single: Py_Initialize()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue