Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Aug 12, 2023
1 parent 8fb88d5 commit 0bd1033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/otoole/read_strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@ def read_in_datafile(
Arguments
---------
path_to_datafile: str
path_to_datafile: Union[str, TextIO]
A path name or file buffer pointing to the data file
config: Dict
"""
parameter_definitions = self._load_parameter_definitions(config)
Expand Down

0 comments on commit 0bd1033

Please sign in to comment.