Commit a1884664 authored by Walter Dörwald's avatar Walter Dörwald

Fix typo in docstring.

parent 6720d91e
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment