Author: walter.doerwald
Date: Thu Jul 12 14:16:02 2007
New Revision: 56316

Modified:
   python/branches/py3k-struni/Modules/_tkinter.c
Log:
Fix typo in docstring.


Modified: python/branches/py3k-struni/Modules/_tkinter.c
==============================================================================
--- python/branches/py3k-struni/Modules/_tkinter.c      (original)
+++ python/branches/py3k-struni/Modules/_tkinter.c      Thu Jul 12 14:16:02 2007
@@ -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 str8");
+"the string representation of this object, either as str8 or str");
 
 static PyObject *
 PyTclObject_string(PyTclObject *self, void *ignored)
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to