Skip to content

Commit

Permalink
refactor: change martian for animal in example
Browse files Browse the repository at this point in the history
Co-authored-by: Mahdi Ben Jelloul <[email protected]>
  • Loading branch information
bonjourmauko and benjello authored Nov 30, 2023
1 parent 49b740f commit 2cd86a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_core/projectors/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_projector_from_shortcut(
>>> roles = [
... {"key": "person", "max": 1},
... {"key": "martian", "subroles": ["cat", "dog"]},
... {"key": "animal", "subroles": ["cat", "dog"]},
... ]
>>> group_entity_2 = entities.GroupEntity("household", "", "", "", roles)
Expand Down

0 comments on commit 2cd86a0

Please sign in to comment.