]> granicus.if.org Git - python/commitdiff
Fix typo in docstring.
authorWalter Dörwald <walter@livinglogic.de>
Thu, 12 Jul 2007 12:16:02 +0000 (12:16 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 12 Jul 2007 12:16:02 +0000 (12:16 +0000)
Modules/_tkinter.c

index 4c3e09831312296d8e4068c3d96f785c163b9ebb..deb7f1cec96a183fa131cd064a44986fcc993fee 100644 (file)
@@ -750,7 +750,7 @@ PyTclObject_TclString(PyObject *self)
 
 /* Like _str, but create Unicode if necessary. */
 PyDoc_STRVAR(PyTclObject_string__doc__, 
-"the string representation of this object, either as str8 or str8");
+"the string representation of this object, either as str8 or str");
 
 static PyObject *
 PyTclObject_string(PyTclObject *self, void *ignored)