Skip to content

Commit 0fd0a71

Browse files
committed
Update descriptors
1 parent 2bdfe5a commit 0fd0a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffpy/pdfmorph/pdfmorphpy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def pdfmorph(file1, file2, **kwargs):
3636

3737

3838
def pdfmorph_multiple_targets(file, dir, **kwargs):
39-
"""Run PDFmorph at Python level.
39+
"""Run PDFmorph with multiple targets at Python level.
4040
4141
Parameters
4242
----------
@@ -66,7 +66,7 @@ def pdfmorph_multiple_targets(file, dir, **kwargs):
6666

6767

6868
def pdfmorph_multiple_morphs(dir, file, **kwargs):
69-
"""Run PDFmorph at Python level.
69+
"""Run PDFmorph for multiple morphs at Python level.
7070
7171
Parameters
7272
----------

0 commit comments

Comments
 (0)