Skip to content

Commit dd1941e

Browse files
authored
Fix typo (#102)
1 parent 9c94985 commit dd1941e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ i.e. the module should be declared at the top of the file with the `module` keyw
853853
No other code before, or after (except for module docstring before).
854854
In this case the code with in the module block should **not** be indented.
855855

856-
Sometimes, e.g. for tests, or for namespacing a enumeration, it *is* desirable to declare a submodule midway through a file.
856+
Sometimes, e.g. for tests, or for namespacing an enumeration, it *is* desirable to declare a submodule midway through a file.
857857
In this case the code within the submodule **should** be indented.
858858

859859
### Type annotation

0 commit comments

Comments
 (0)