Commit e3babbd0 authored by Pablo Galindo's avatar Pablo Galindo Committed by GitHub

Correct signature of __build_class__ (GH-16735)

parent b16e382c
......@@ -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.");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment