Skip to content

Commit 587199c

Browse files
committed
Modifications
1 parent c75bbe5 commit 587199c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/diffpy/morph/morphs/morphfuncxy.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
"""Class MorphFuncxy -- apply a user-supplied python function to the x
2-
and y axes."""
1+
"""Class MorphFuncxy -- apply a user-supplied python function to both
2+
the x and y axes."""
33

44
from diffpy.morph.morphs.morph import LABEL_GR, LABEL_RA, Morph
55

@@ -26,11 +26,11 @@ class MorphFuncxy(Morph):
2626
transformed according to the user-specified function and parameters
2727
The morphed data is returned on the same grid as the unmorphed data
2828
29-
Example
29+
Example (EDIT)
3030
-------
3131
Import the funcy morph function:
3232
33-
>>> from diffpy.morph.morphs.morphfuncy import MorphFuncy
33+
>>> from diffpy.morph.morphs.morphfuncxy import MorphFuncxy
3434
3535
Define or import the user-supplied transformation function:
3636

0 commit comments

Comments
 (0)