Skip to content

Commit e4307f6

Browse files
add CVE_METHODS into docstring
1 parent 6fe3ddc commit e4307f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffpy/labpdfproc/functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def _cve_method(method):
257257

258258

259259
def compute_cve(diffraction_data, mud, method="polynomial_interpolation"):
260-
"""
260+
f"""
261261
compute and interpolate the cve for the given diffraction data and mud using the selected method
262262
Parameters
263263
----------
@@ -266,7 +266,7 @@ def compute_cve(diffraction_data, mud, method="polynomial_interpolation"):
266266
mud float
267267
the mu*D of the diffraction object, where D is the diameter of the circle
268268
method str
269-
the method used to calculate cve
269+
the method used to calculate cve, must be one of {* CVE_METHODS, }
270270
271271
Returns
272272
-------

0 commit comments

Comments
 (0)