From e6e3706c82664066fd0e54aa48e691434c4f18f5 Mon Sep 17 00:00:00 2001 From: Akhilesh Date: Sun, 2 Jul 2023 17:31:57 +0530 Subject: [PATCH] Fix typo in changelog --- 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..629449e8d 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 that fake intermediate modules generated by ``--import-mode=importlib`` would not include the child modules as attributes of the parent modules.