Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c94aa5 commit 1d0476bCopy full SHA for 1d0476b
1 file changed
Doc/api/concrete.tex
@@ -996,7 +996,7 @@ \subsection{Unicode Objects \label{unicodeObjects}}
996
\end{cfuncdesc}
997
998
\begin{cfuncdesc}{PyObject*}{PyUnicode_FromString}{const char *u}
999
- Create a Unicode Object from the char buffer \var{u} of the.
+ Create a Unicode Object from the char buffer \var{u}.
1000
\var{u} must be 0-terminated, the bytes will be interpreted as
1001
being latin-1 encoded. \var{u} may also be \NULL{} which causes the
1002
contents to be undefined. It is the user's responsibility to fill
0 commit comments