mirror of
https://github.com/python/cpython.git
synced 2026-03-20 03:41:06 +00:00
Fix typo.
This commit is contained in:
parent
2c94aa567e
commit
1d0476b2a2
1 changed files with 1 additions and 1 deletions
|
|
@ -996,7 +996,7 @@ use these APIs:
|
|||
\end{cfuncdesc}
|
||||
|
||||
\begin{cfuncdesc}{PyObject*}{PyUnicode_FromString}{const char *u}
|
||||
Create a Unicode Object from the char buffer \var{u} of the.
|
||||
Create a Unicode Object from the char buffer \var{u}.
|
||||
\var{u} must be 0-terminated, the bytes will be interpreted as
|
||||
being latin-1 encoded. \var{u} may also be \NULL{} which causes the
|
||||
contents to be undefined. It is the user's responsibility to fill
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue