Skip to content

Commit 52ef03b

Browse files
committed
minor: typo fix
1 parent e86ce34 commit 52ef03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arc/species/converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2375,7 +2375,7 @@ def distance_constraint(reference_coord: tuple, distance: float):
23752375
def angle_constraint(atom_a: tuple, atom_b: tuple, angle: float):
23762376
"""
23772377
Generate the angle constraint for a new atom with two other atoms in Cartesian space.
2378-
This constants atom X to a circle defined by a certain hight on a cone (looking for half angle)
2378+
This constants atom X to a circle defined by a certain height on a cone (looking for half angle).
23792379
23802380
Args:
23812381
atom_a (tuple): Cartesian coordinates of the first reference atom (A).

0 commit comments

Comments
 (0)