mirror of
https://github.com/python/cpython.git
synced 2025-09-01 06:28:36 +00:00
Fix typo found by doerwalter.
This commit is contained in:
parent
2fa69d7984
commit
d016e45fdb
1 changed files with 1 additions and 1 deletions
|
@ -2445,7 +2445,7 @@ wrap_init(PyObject *self, PyObject *args, void *wrapped)
|
||||||
static struct wrapperbase tab_init[] = {
|
static struct wrapperbase tab_init[] = {
|
||||||
{"__init__", (wrapperfunc)wrap_init,
|
{"__init__", (wrapperfunc)wrap_init,
|
||||||
"x.__init__(...) initializes x; "
|
"x.__init__(...) initializes x; "
|
||||||
"see x.__type__.__doc__ for signature"},
|
"see x.__class__.__doc__ for signature"},
|
||||||
{0}
|
{0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue