Skip to content

Commit b198d66

Browse files
committed
Remove extra mention of yarray
1 parent ceba7f9 commit b198d66

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
@@ -284,12 +284,12 @@ def all_arrays(self):
284284
-------
285285
ndarray
286286
The shape (len(data), 4) 2D array with columns containing the `yarray` (intensity)
287-
and the `xarray` values in q, tth, d, and `yarray`.
287+
and the `xarray` values in q, tth, and d.
288288
289289
Examples
290290
--------
291291
To access specific arrays individually, use these slices:
292-
292+
293293
>>> my_do.all_arrays[:, 0] # yarray
294294
>>> my_do.all_arrays[:, 1] # xarray in q
295295
>>> my_do.all_arrays[:, 2] # xarray in tth

0 commit comments

Comments
 (0)