summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2007-05-24 19:10:53 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2007-05-24 19:10:53 (GMT)
commit1d0476b2a231ffd70b342a77f0e83f28ac8a4f74 (patch)
tree63148f78d243f614bac66c71998a2e2fcad8752e
parent2c94aa567e525c82041ad68a3174d8c3acbf37e2 (diff)
downloadcpython-1d0476b2a231ffd70b342a77f0e83f28ac8a4f74.zip
cpython-1d0476b2a231ffd70b342a77f0e83f28ac8a4f74.tar.gz
cpython-1d0476b2a231ffd70b342a77f0e83f28ac8a4f74.tar.bz2
Fix typo.
-rw-r--r--Doc/api/concrete.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex
index 7e37395..9e0c5bb 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