Fix typo found by doerwalter.

This commit is contained in:
Guido van Rossum 2001-10-01 13:17:24 +00:00
parent 2fa69d7984
commit d016e45fdb
1 changed files with 1 additions and 1 deletions

View File

@ -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}
};