From a1884664ebef66fab69a54239e377d743a6a818f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Thu, 12 Jul 2007 12:16:02 +0000 Subject: Fix typo in docstring. --- Modules/_tkinter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 4c3e098..deb7f1c 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -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) -- cgit v0.12