mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
Correct signature of __build_class__ (GH-16735)
This commit is contained in:
parent
b16e382c44
commit
e3babbd03c
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,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…
Add table
Add a link
Reference in a new issue