Skip to content

Commit 291cc89

Browse files
committed
Add quotation marks around q, tth, d in docstrings
1 parent 50b7d0d commit 291cc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/utils/diffraction_objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def input_data(self, xarray, yarray, xtype, wavelength, scat_quantity=None, name
5656
Parameters
5757
----------
5858
xarray : array-like
59-
The independent variable array (e.g., q, tth, or d).
59+
The independent variable array (e.g., "q", "tth", or "d").
6060
yarray : array-like
6161
The dependent variable array corresponding to intensity values
6262
xtype : str

0 commit comments

Comments
 (0)