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
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to