[Python-3000-checkins] r56316 - python/branches/py3k-struni/Modules/_tkinter.c

walter.doerwald python-3000-checkins at python.org
Thu Jul 12 14:16:03 CEST 2007


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)


More information about the Python-3000-checkins mailing list