commit | b2b6262831694a6b21657f3fbfd1683a87da2823 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Thu Nov 22 05:56:35 2007 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Thu Nov 22 05:56:35 2007 +0000 |
tree | 883c196f38ff3581fe3a49f3458667f1fcdb158a | |
parent | 4d279c1f80428c094cd5e5fbd1491f16fda177bf [diff] |
Removed some leftovers from the str8 days
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 094308b..577ad62 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c
@@ -750,7 +750,7 @@ /* Like _str, but create Unicode if necessary. */ PyDoc_STRVAR(PyTclObject_string__doc__, -"the string representation of this object, either as str8 or str"); +"the string representation of this object, either as str or bytes"); static PyObject * PyTclObject_string(PyTclObject *self, void *ignored)