Skip to content

Commit 2d1c104

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent ceba7f9 commit 2d1c104

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
@@ -289,7 +289,7 @@ def all_arrays(self):
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)