Skip to content

Commit 9ca7caf

Browse files
committed
Fix return description of private func
1 parent b70628b commit 9ca7caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffpy/snmf/containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def _interpolate_stretching_factor(self, stretching_factor):
3636
Returns
3737
-------
3838
NDArray[float64]
39-
The interpolated values over the stretched grid.
39+
Interpolated values of the self.iq values over the grid that has been adjusted by the stretching_factor
4040
"""
4141

4242
normalized_grid = np.arange(len(self.grid))

0 commit comments

Comments
 (0)