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

Skip to content

Commit 1d0476b

Browse files
committed
Fix typo.
1 parent 2c94aa5 commit 1d0476b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/api/concrete.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ \subsection{Unicode Objects \label{unicodeObjects}}
996996
\end{cfuncdesc}
997997

998998
\begin{cfuncdesc}{PyObject*}{PyUnicode_FromString}{const char *u}
999-
Create a Unicode Object from the char buffer \var{u} of the.
999+
Create a Unicode Object from the char buffer \var{u}.
10001000
\var{u} must be 0-terminated, the bytes will be interpreted as
10011001
being latin-1 encoded. \var{u} may also be \NULL{} which causes the
10021002
contents to be undefined. It is the user's responsibility to fill

0 commit comments

Comments
 (0)