We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa614f commit f737a13Copy full SHA for f737a13
src/diffpy/utils/resampler.py
@@ -38,7 +38,7 @@ def wsinterp(x, xp, fp, left=None, right=None):
38
set fp for x < xp[0] to fp evaluated at xp[-1].
39
right: float
40
If given, set fp for x > xp[-1] to right. Otherwise, if right is None (default) or not given, set fp for
41
- x > xp[-1] to fp evaluated at xp[-1]
+ x > xp[-1] to fp evaluated at xp[-1].
42
43
Returns
44
-------
0 commit comments