Skip to content

Commit

Permalink
chore: fix from a tuple to The tuple in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Dec 31, 2024
1 parent 13af9e2 commit ee5f3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diffpy/utils/diffraction_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ def on_xtype(self, xtype):
Returns
-------
(xarray, yarray) : tuple of ndarray
A tuple containing two 1D numpy arrays with x and y data for the specified xtype.
The tuple containing two 1D numpy arrays with x and y data for the specified xtype.
"""
if xtype.lower() in ANGLEQUANTITIES:
return self.on_tth()
Expand Down

0 comments on commit ee5f3a3

Please sign in to comment.