[Python-3000-checkins] r55561 - python/branches/py3k-struni/Doc/api/concrete.tex

walter.doerwald python-3000-checkins at python.org
Thu May 24 21:10:59 CEST 2007


Author: walter.doerwald
Date: Thu May 24 21:10:53 2007
New Revision: 55561

Modified:
   python/branches/py3k-struni/Doc/api/concrete.tex
Log:
Fix typo.


Modified: python/branches/py3k-struni/Doc/api/concrete.tex
==============================================================================
--- python/branches/py3k-struni/Doc/api/concrete.tex	(original)
+++ python/branches/py3k-struni/Doc/api/concrete.tex	Thu May 24 21:10:53 2007
@@ -996,7 +996,7 @@
 \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


More information about the Python-3000-checkins mailing list