Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
egparedes committed Nov 20, 2024
1 parent ce32fd9 commit ce27722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/common/src/icon4py/model/common/utils/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def __getitem__(self, index: Literal[0, 1]) -> T:

def __setitem__(self, index: Literal[0, 1], value: T) -> None:
# Go through the attribute descriptors to respect the read-only indication
`match index:
match index:
case 0:
attr_name = self.__first_attr_name
case 1:
Expand Down

0 comments on commit ce27722

Please sign in to comment.