Skip to content

Commit

Permalink
docstring in test_mwfn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenDKelly committed Aug 31, 2020
1 parent b51453f commit ecd07db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iodata/test/test_mwfn.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


def helper_load_mwfn_low(fn_mwfn):
"""Load a testing Gaussian log file with iodata.formats.mwfn.load_mwfn_low."""
"""Load a testing Multiwfn file with iodata.formats.mwfn.load_mwfn_low."""
with path('iodata.test.data', fn_mwfn) as fn:
lit = LineIterator(str(fn))
return _load_mwfn_low(lit)
Expand Down

0 comments on commit ecd07db

Please sign in to comment.