We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c38cb commit 4b0878cCopy full SHA for 4b0878c
1 file changed
src/diffpy/pdffit2/pdffit.py
@@ -12,7 +12,7 @@
12
# See LICENSE.txt for license information.
13
#
14
##############################################################################
15
-"""PdfFit class for fitting pdf data to a model."""
+"""PdfFit class for fitting a structural model to PDF data."""
16
17
from __future__ import print_function
18
@@ -104,7 +104,7 @@ def _convertCallable(var):
104
105
106
class PdfFit(object):
107
- """Class for PdfFit.
+ """Class for handling PdfFit calculations and refinements.
108
109
Attributes
110
----------
0 commit comments