From 50c21ad35372983680b44130be560d856c5f27ca Mon Sep 17 00:00:00 2001 From: Shreyash Sharma Date: Sat, 1 May 2021 23:54:10 +0530 Subject: Fixing doc for callback for lambda (GG-25779) Fixing callback for lambda when no return value is provided --- Doc/library/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/types.rst b/Doc/library/types.rst index 956b9e8..b3fac293 100644 --- a/Doc/library/types.rst +++ b/Doc/library/types.rst @@ -34,7 +34,7 @@ Dynamic Type Creation freshly created class namespace. It should accept the class namespace as its sole argument and update the namespace directly with the class contents. If no callback is provided, it has the same effect as passing - in ``lambda ns: ns``. + in ``lambda ns: None``. .. versionadded:: 3.3 -- cgit v0.12