Skip to content

Commit 1ebb4cb

Browse files
committed
Add end-sentence periods to docstrings.
No change in code function.
1 parent 2388fb8 commit 1ebb4cb

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

srrealmodule/wrap_ScatteringFactorTable.cpp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,17 @@ const char* doc_ScatteringFactorTable_lookup = "\
7979
Scattering factor of a specified atom at Q in 1/A. The standard value\n\
8080
can 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\
8585
Return float. No support for Python override.\n\
8686
";
8787

8888
const char* doc_ScatteringFactorTable__standardLookup = "\
8989
Standard 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\
9494
Return float.\n\
9595
Raise ValueError for unknown atom symbol.\n\
@@ -101,8 +101,8 @@ Define custom alias for the specified atom symbol.\n\
101101
Example: setCustomAs('12-C', 'C') will declare the same\n\
102102
scattering 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\
107107
No return value. No support for Python override.\n\
108108
";
@@ -112,8 +112,8 @@ Define custom scattering factor for the specified atom symbol.\n\
112112
The custom value is calculated by rescaling standard value\n\
113113
from 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\
117117
sf -- new scattering factor value, defaults to the standard src factor.\n\
118118
q -- 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\
124124
const char* doc_ScatteringFactorTable_resetCustom = "\
125125
Revert 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\
129129
No return value. No support for Python override.\n\
130130
";

0 commit comments

Comments
 (0)