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 9f1d145 commit 342fdf8
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 @@ -301,7 +301,7 @@ def axes_w(self):

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

@property
Expand Down

0 comments on commit 342fdf8

Please sign in to comment.