From e82055c000719a665b01a15878ff5642e481a970 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Fri, 5 Nov 2021 12:58:43 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42d56e8..2262a3c 100644 --- a/README.md +++ b/README.md @@ -853,7 +853,7 @@ i.e. the module should be declared at the top of the file with the `module` keyw No other code before, or after (except for module docstring before). In this case the code with in the module block should **not** be indented. -Sometimes, e.g. for tests, or for namespacing a enumeration, it *is* desirable to declare a submodule midway through a file. +Sometimes, e.g. for tests, or for namespacing an enumeration, it *is* desirable to declare a submodule midway through a file. In this case the code within the submodule **should** be indented. ### Type annotation