Skip to content

Commit

Permalink
Update hkl/calc.py
Browse files Browse the repository at this point in the history
Co-authored-by: Max Rakitin <[email protected]>
  • Loading branch information
prjemian and mrakitin authored Dec 13, 2023
1 parent e17c581 commit dc4d519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hkl/calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def _canonical2user(self, canonical):

@property
def axes_r(self):
"""User-defined real-space axes used for foward() calculation."""
"""User-defined real-space axes used for forward() calculation."""
return [self._canonical2user(ax) for ax in self._engine.axes_r]

@property
Expand Down

0 comments on commit dc4d519

Please sign in to comment.