@@ -301,7 +301,7 @@ def calc(self):
301301
302302 Raises:
303303 pdffit2.calculationError when allocated space cannot
304- accomodate calculation
304+ accommodate calculation
305305 pdffit.unassignedError when space for calculation has not been
306306 allocated
307307 """
@@ -572,7 +572,7 @@ def getR(self):
572572
573573 This function should only be called after data has been loaded or
574574 calculated. Before a refinement, the list of r-points will reflect the
575- data. Afterwords , they will reflect the fit range.
575+ data. Afterwards , they will reflect the fit range.
576576
577577 Raises: pdffit2.unassignedError if no data exists
578578
@@ -599,7 +599,7 @@ def getpdf_obs(self):
599599
600600 This function should only be called after data has been loaded or
601601 calculated. Before a refinement, the list of r-points will reflect the
602- data. Afterwords , they will reflect the fit range.
602+ data. Afterwards , they will reflect the fit range.
603603
604604 Raises: pdffit2.unassignedError if no data exists
605605
@@ -613,7 +613,7 @@ def getpdf_diff(self):
613613
614614 This function should only be called after data has been loaded or
615615 calculated. Before a refinement, the list of r-points will reflect the
616- data. Afterwords , they will reflect the fit range.
616+ data. Afterwards , they will reflect the fit range.
617617
618618 Raises: pdffit2.unassignedError if no data exists
619619
@@ -880,7 +880,7 @@ def blen(self, *args):
880880 if isinstance (a2 , numbers .Integral ):
881881 a2 = atom_types [a2 - 1 ]
882882 except IndexError :
883- # index of non-existant atom type
883+ # index of non-existent atom type
884884 return
885885 # arguments are OK here, get bond length dictionary
886886 bld = pdffit2 .bond_length_types (self ._handle , a1 , a2 , lb , ub )
@@ -930,8 +930,8 @@ def bond_length_types(self, a1, a2, lb, ub):
930930
931931 Return a dictionary of distance data containing
932932
933- dij : list of bond lenghts within given bounds
934- ddij : list of bond legnth standard deviations
933+ dij : list of bond lengths within given bounds
934+ ddij : list of bond length standard deviations
935935 ij0 : pairs of atom indices starting from 0
936936 ij1 : pairs of atom indices starting from 1
937937
0 commit comments