From 1d0476b2a231ffd70b342a77f0e83f28ac8a4f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Thu, 24 May 2007 19:10:53 +0000 Subject: [PATCH] Fix typo. --- Doc/api/concrete.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 7e37395251f..9e0c5bb141c 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -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