Skip to content

Commit 50c21ad

Browse files
author
Shreyash Sharma
authored
Fixing doc for callback for lambda (GG-25779)
Fixing callback for lambda when no return value is provided
1 parent 823fbf4 commit 50c21ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Dynamic Type Creation
3434
freshly created class namespace. It should accept the class namespace
3535
as its sole argument and update the namespace directly with the class
3636
contents. If no callback is provided, it has the same effect as passing
37-
in ``lambda ns: ns``.
37+
in ``lambda ns: None``.
3838

3939
.. versionadded:: 3.3
4040

0 commit comments

Comments
 (0)