Skip to content

Commit 0c0ce8a

Browse files
committed
Explicitly list
1 parent b914c82 commit 0c0ce8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffpy/morph/morphpy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def morph(
100100
plot: bool
101101
Show a plot of the morphed and target functions as well as the
102102
difference curve (default: False).
103-
kwargs: Any
103+
kwargs: str, float, list, tuple, bool
104104
See the diffpy.morph website for full list of options.
105105
Returns
106106
-------
@@ -155,7 +155,7 @@ def morph_arrays(
155155
plot: bool
156156
Show a plot of the morphed and target functions as well as the
157157
difference curve (default: False).
158-
kwargs: Any
158+
kwargs: str, float, list, tuple, bool
159159
See the diffpy.morph website for full list of options.
160160
Returns
161161
-------

0 commit comments

Comments
 (0)