mirror of https://github.com/python/cpython
Fix typo found by doerwalter.
This commit is contained in:
parent
2fa69d7984
commit
d016e45fdb
|
@ -2445,7 +2445,7 @@ wrap_init(PyObject *self, PyObject *args, void *wrapped)
|
|||
static struct wrapperbase tab_init[] = {
|
||||
{"__init__", (wrapperfunc)wrap_init,
|
||||
"x.__init__(...) initializes x; "
|
||||
"see x.__type__.__doc__ for signature"},
|
||||
"see x.__class__.__doc__ for signature"},
|
||||
{0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue