Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Dec 21, 2024
1 parent 27f26e3 commit 5c2a7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SalishSeaTools/salishsea_tools/namelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def namelist2dict(file_or_file_object):

def _namelist2dict(file_object):
"""
Converts a file_object containng a namelist to a dictionary.
Converts a file_object containing a namelist to a dictionary.
"""
namelist_dict = {}
for group_name, group_values in group_generator(tokenizer(file_object)):
Expand Down

0 comments on commit 5c2a7d5

Please sign in to comment.