Skip to content

Commit f737a13

Browse files
committed
Add a period to docstring
1 parent 4fa614f commit f737a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/utils/resampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def wsinterp(x, xp, fp, left=None, right=None):
3838
set fp for x < xp[0] to fp evaluated at xp[-1].
3939
right: float
4040
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]
41+
x > xp[-1] to fp evaluated at xp[-1].
4242
4343
Returns
4444
-------

0 commit comments

Comments
 (0)