Skip to content

Commit 2f293c0

Browse files
committed
Remove extra singl quote around comment
1 parent 5824250 commit 2f293c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/diffpy/utils/diffraction_objects.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ def all_arrays(self):
288288
Examples
289289
--------
290290
>>> my_do.all_arrays[:, 0] # yarray
291-
>>> my_do.all_arrays[:, 1] # `xarray` in q
292-
>>> my_do.all_arrays[:, 2] # `xarray` in tth
293-
>>> my_do.all_arrays[:, 3] # `xarray` in d
291+
>>> my_do.all_arrays[:, 1] # xarray in q
292+
>>> my_do.all_arrays[:, 2] # xarray in tth
293+
>>> my_do.all_arrays[:, 3] # xarray in d
294294
"""
295295
return self._all_arrays
296296

0 commit comments

Comments
 (0)