mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix typo in docstring.
This commit is contained in:
parent
6720d91ee7
commit
a1884664eb
1 changed files with 1 additions and 1 deletions
|
@ -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 str8");
|
||||
"the string representation of this object, either as str8 or str");
|
||||
|
||||
static PyObject *
|
||||
PyTclObject_string(PyTclObject *self, void *ignored)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue