Skip to content

Commit 18ccd23

Browse files
committed
fix typo
1 parent fa91565 commit 18ccd23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hydrolib/tools/ext_old_to_new/initial_condition_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self):
1414
super().__init__()
1515

1616
def convert(self, forcing: ExtOldForcing) -> InitialField:
17-
"""Convert an old external forcing block with Initial condition data to a IinitialField
17+
"""Convert an old external forcing block with Initial condition data to a InitialField
1818
forcing block suitable for inclusion in a new inifieldfile file.
1919
2020

0 commit comments

Comments
 (0)