Skip to content

Commit

Permalink
doc: fix typo in entities documentation
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 2cd86a0 commit ecb7147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_core/entities/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def build_entity(
def find_role(
roles: Iterable[Role], key: str, *, total: int | None = None
) -> Role | None:
"""Find a Role in a GrupEntity.
"""Find a Role in a GroupEntity.
Args:
group_entity (GroupEntity): The entity to search in.
Expand Down

0 comments on commit ecb7147

Please sign in to comment.