summaryrefslogtreecommitdiffstats
path: root/Modules/_tkinter.c
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-22 05:56:35 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-11-22 05:56:35 (GMT)
commitb2b6262831694a6b21657f3fbfd1683a87da2823 (patch)
tree883c196f38ff3581fe3a49f3458667f1fcdb158a /Modules/_tkinter.c
parent4d279c1f80428c094cd5e5fbd1491f16fda177bf (diff)
downloadcpython-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.c2
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)