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)