diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-22 05:56:35 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-22 05:56:35 (GMT) |
commit | b2b6262831694a6b21657f3fbfd1683a87da2823 (patch) | |
tree | 883c196f38ff3581fe3a49f3458667f1fcdb158a /Modules/_tkinter.c | |
parent | 4d279c1f80428c094cd5e5fbd1491f16fda177bf (diff) | |
download | cpython-b2b6262831694a6b21657f3fbfd1683a87da2823.zip cpython-b2b6262831694a6b21657f3fbfd1683a87da2823.tar.gz cpython-b2b6262831694a6b21657f3fbfd1683a87da2823.tar.bz2 |
Removed some leftovers from the str8 days
Diffstat (limited to 'Modules/_tkinter.c')
-rw-r--r-- | Modules/_tkinter.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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 str"); +"the string representation of this object, either as str or bytes"); static PyObject * PyTclObject_string(PyTclObject *self, void *ignored) |