Skip to content

Commit ee5f3a3

Browse files
committed
chore: fix from a tuple to The tuple in docstring
1 parent 13af9e2 commit ee5f3a3

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
@@ -492,7 +492,7 @@ def on_xtype(self, xtype):
492492
Returns
493493
-------
494494
(xarray, yarray) : tuple of ndarray
495-
A tuple containing two 1D numpy arrays with x and y data for the specified xtype.
495+
The tuple containing two 1D numpy arrays with x and y data for the specified xtype.
496496
"""
497497
if xtype.lower() in ANGLEQUANTITIES:
498498
return self.on_tth()

0 commit comments

Comments
 (0)