@@ -79,17 +79,17 @@ const char* doc_ScatteringFactorTable_lookup = "\
7979Scattering factor of a specified atom at Q in 1/A. The standard value\n \
8080can be redefined using the setCustomAs method.\n \
8181\n \
82- smbl -- string symbol for atom, ion or isotope\n \
83- Q -- Q value in inverse Angstroms, by default 0\n \
82+ smbl -- string symbol for atom, ion or isotope. \n \
83+ Q -- Q value in inverse Angstroms, by default 0. \n \
8484\n \
8585Return float. No support for Python override.\n \
8686" ;
8787
8888const char * doc_ScatteringFactorTable__standardLookup = " \
8989Standard value of the atom scattering factor at given Q in 1/A.\n \
9090\n \
91- smbl -- string symbol for atom, ion or isotope\n \
92- q -- scattering vector amplitude in 1/A\n \
91+ smbl -- string symbol for atom, ion or isotope. \n \
92+ q -- scattering vector amplitude in 1/A. \n \
9393\n \
9494Return float.\n \
9595Raise ValueError for unknown atom symbol.\n \
@@ -101,8 +101,8 @@ Define custom alias for the specified atom symbol.\n\
101101Example: setCustomAs('12-C', 'C') will declare the same\n \
102102scattering factors for '12-C' as for 'C'.\n \
103103\n \
104- smbl -- custom string alias for an existing standard symbol\n \
105- src -- standard atom symbol (cannot be another alias)\n \
104+ smbl -- custom string alias for an existing standard symbol. \n \
105+ src -- standard atom symbol (cannot be another alias). \n \
106106\n \
107107No return value. No support for Python override.\n \
108108" ;
@@ -112,8 +112,8 @@ Define custom scattering factor for the specified atom symbol.\n\
112112The custom value is calculated by rescaling standard value\n \
113113from a source atom type.\n \
114114\n \
115- smbl -- string symbol of the atom with custom scattering factor\n \
116- src -- atom symbol for the source standard scattering factor\n \
115+ smbl -- string symbol of the atom with custom scattering factor. \n \
116+ src -- atom symbol for the source standard scattering factor. \n \
117117sf -- new scattering factor value, defaults to the standard src factor.\n \
118118q -- optional Q value for the new custom scattering factor.\n \
119119 The internal scaling of the standard value is calculated at this Q.\n \
@@ -124,7 +124,7 @@ No return value. No support for Python override.\n\
124124const char * doc_ScatteringFactorTable_resetCustom = " \
125125Revert scattering factor for the specified symbol to a standard value.\n \
126126\n \
127- smbl -- string symbol for atom, ion or isotope\n \
127+ smbl -- string symbol for atom, ion or isotope. \n \
128128\n \
129129No return value. No support for Python override.\n \
130130" ;
0 commit comments