We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823fbf4 commit 50c21adCopy full SHA for 50c21ad
Doc/library/types.rst
@@ -34,7 +34,7 @@ Dynamic Type Creation
34
freshly created class namespace. It should accept the class namespace
35
as its sole argument and update the namespace directly with the class
36
contents. If no callback is provided, it has the same effect as passing
37
- in ``lambda ns: ns``.
+ in ``lambda ns: None``.
38
39
.. versionadded:: 3.3
40
0 commit comments