Skip to content

Commit 02488be

Browse files
Mauko Quirogabenjello
andcommitted
Fix typo in enums module doc
Co-authored-by: Mahdi Ben Jelloul <[email protected]>
1 parent a3520ac commit 02488be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openfisca_core/indexed_enums/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
from openfisca_core.indexed_enums import * # Bad
2020
from openfisca_core.indexed_enums.config import ENUM_ARRAY_DTYPE # Bad
21-
from openfisca_core.ndexed_enums.Enum import Enum # Bad
21+
from openfisca_core.indexed_enums.Enum import Enum # Bad
2222
2323
The previous examples provoke cyclic dependency problems, that prevents us
2424
from modularizing the different components of the library, so as to make

0 commit comments

Comments
 (0)