]> granicus.if.org Git - python/commitdiff
Fix typo.
authorWalter Dörwald <walter@livinglogic.de>
Thu, 24 May 2007 19:10:53 +0000 (19:10 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 24 May 2007 19:10:53 +0000 (19:10 +0000)
Doc/api/concrete.tex

index 7e37395251f1909ecf4b652dd18e97c6bb002b4c..9e0c5bb141cd1d1930472b02a32aa82933149eb7 100644 (file)
@@ -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