Fix typo in docstring.
This commit is contained in:
parent
6720d91ee7
commit
a1884664eb
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue