Skip to content

Commit

Permalink
Fix docstring wording
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Apr 14, 2021
1 parent ca300e8 commit 66dd4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iodata/test/test_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def test_input_orca_from_xyz(tmpdir):
"""

def atom_line(data, iatom):
"""Custom atom_line with indentation."""
"""Construct custom atom_line with indentation."""
symbol = num2sym[data.atnums[iatom]]
atcoord = data.atcoords[iatom] / angstrom
return f" {symbol:3s} {atcoord[0]:10.6f} {atcoord[1]:10.6f} {atcoord[2]:10.6f}"
Expand Down

0 comments on commit 66dd4bd

Please sign in to comment.