From 342fdf82542cf0f5685392f8411a5cbdc1451bd5 Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Wed, 13 Dec 2023 16:48:04 -0600 Subject: [PATCH] Update hkl/calc.py Co-authored-by: Max Rakitin --- hkl/calc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hkl/calc.py b/hkl/calc.py index 8d960839..a2c4dde6 100644 --- a/hkl/calc.py +++ b/hkl/calc.py @@ -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