Skip to content

Commit 4b0878c

Browse files
committed
tweak to docstrings to make docs read better
1 parent f6c38cb commit 4b0878c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffpy/pdffit2/pdffit.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See LICENSE.txt for license information.
1313
#
1414
##############################################################################
15-
"""PdfFit class for fitting pdf data to a model."""
15+
"""PdfFit class for fitting a structural model to PDF data."""
1616

1717
from __future__ import print_function
1818

@@ -104,7 +104,7 @@ def _convertCallable(var):
104104

105105

106106
class PdfFit(object):
107-
"""Class for PdfFit.
107+
"""Class for handling PdfFit calculations and refinements.
108108
109109
Attributes
110110
----------

0 commit comments

Comments
 (0)