Skip to content

Commit 45cac25

Browse files
committed
Change kwargs input from dict to any
1 parent 1f99f5e commit 45cac25

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: dict
103+
kwargs: Any
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: dict
158+
kwargs: Any
159159
See the diffpy.morph website for full list of options.
160160
Returns
161161
-------

0 commit comments

Comments
 (0)