Skip to content

Commit 5824250

Browse files
committed
Improve docstring for all_arrays
1 parent 209a194 commit 5824250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffpy/utils/diffraction_objects.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,12 +278,12 @@ def __rtruediv__(self, other):
278278

279279
@property
280280
def all_arrays(self):
281-
"""The array containing `xarray` values in q, d, tth, and `yarray`.
281+
"""The 2D array containing `xarray` and `yarray` values.
282282
283283
Returns
284284
-------
285285
ndarray
286-
The 2D matrix containing the `xarray` objects values and `yarray`.
286+
The 2D array containing the `xarray` values in q, tth, d, and `yarray`.
287287
288288
Examples
289289
--------

0 commit comments

Comments
 (0)