Correct signature of __build_class__ (GH-16735)
(cherry picked from commit e3babbd03c
)
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
This commit is contained in:
parent
6da52ac411
commit
a04c7ebcb9
|
@ -261,7 +261,7 @@ error:
|
|||
}
|
||||
|
||||
PyDoc_STRVAR(build_class_doc,
|
||||
"__build_class__(func, name, *bases, metaclass=None, **kwds) -> class\n\
|
||||
"__build_class__(func, name, /, *bases, [metaclass], **kwds) -> class\n\
|
||||
\n\
|
||||
Internal helper function used by the class statement.");
|
||||
|
||||
|
|
Loading…
Reference in New Issue