Skip to content

Commit

Permalink
Standardize spelling of angstrom
Browse files Browse the repository at this point in the history
  • Loading branch information
janbridley committed Jan 16, 2025
1 parent a049245 commit 7ae4ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parsnip/parsnip.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def read_cell_params(self, degrees: bool = True, mmcif: bool = False):
Returns
-------
tuple[float]:
The box vector lengths in angstroms, and angles in degrees or radians
The box vector lengths (in angstroms) and angles (in degrees or radians)
:math:`(L_1, L_2, L_3, \alpha, \beta, \gamma)`.
Raises
Expand Down Expand Up @@ -555,7 +555,7 @@ def cell(self):
Returns
-------
tuple[float]:
The box vector lengths (in Ångströms) and unitless tilt factors.
The box vector lengths (in angstroms) and unitless tilt factors.
:math:`(L_1, L_2, L_3, xy, xz, yz)`.
"""
return _box_from_lengths_and_angles(
Expand Down

0 comments on commit 7ae4ff4

Please sign in to comment.