Fix typo in docstring.

This commit is contained in:
Walter Dörwald 2007-07-12 12:16:02 +00:00
parent 6720d91ee7
commit a1884664eb

View 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)