From 3aa5e09a4b5e3890f9bf56218519f0487a0a2db0 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 3 Jul 2023 13:12:38 -0300 Subject: [PATCH] Update 10337.bugfix.rst --- changelog/10337.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/10337.bugfix.rst b/changelog/10337.bugfix.rst index c5eeff19d..3270016f9 100644 --- a/changelog/10337.bugfix.rst +++ b/changelog/10337.bugfix.rst @@ -1,2 +1,2 @@ -Fixed but that fake intermediate modules generated by ``--import-mode=importlib`` would not include the +Fixed bug where fake intermediate modules generated by ``--import-mode=importlib`` would not include the child modules as attributes of the parent modules.