Skip to content

Commit

Permalink
Update descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparks29032 committed Oct 31, 2024
1 parent 2bdfe5a commit 0fd0a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/diffpy/pdfmorph/pdfmorphpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def pdfmorph(file1, file2, **kwargs):


def pdfmorph_multiple_targets(file, dir, **kwargs):
"""Run PDFmorph at Python level.
"""Run PDFmorph with multiple targets at Python level.
Parameters
----------
Expand Down Expand Up @@ -66,7 +66,7 @@ def pdfmorph_multiple_targets(file, dir, **kwargs):


def pdfmorph_multiple_morphs(dir, file, **kwargs):
"""Run PDFmorph at Python level.
"""Run PDFmorph for multiple morphs at Python level.
Parameters
----------
Expand Down

0 comments on commit 0fd0a71

Please sign in to comment.