Skip to content

Commit

Permalink
Fix typo in enums module doc
Browse files Browse the repository at this point in the history
Co-authored-by: Mahdi Ben Jelloul <[email protected]>
  • Loading branch information
Mauko Quiroga and benjello committed Sep 21, 2021
1 parent a3520ac commit 02488be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_core/indexed_enums/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from openfisca_core.indexed_enums import * # Bad
from openfisca_core.indexed_enums.config import ENUM_ARRAY_DTYPE # Bad
from openfisca_core.ndexed_enums.Enum import Enum # Bad
from openfisca_core.indexed_enums.Enum import Enum # Bad
The previous examples provoke cyclic dependency problems, that prevents us
from modularizing the different components of the library, so as to make
Expand Down

0 comments on commit 02488be

Please sign in to comment.