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 dc4d519 commit 9f1d145
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 @@ -296,7 +296,7 @@ def axes_r(self):

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

@property
Expand Down

0 comments on commit 9f1d145

Please sign in to comment.