Skip to content

Commit cfb7362

Browse files
docs: fix error
1 parent 0865819 commit cfb7362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/examples/diffraction_objects_example.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ which will modify the intensity values (``yarrays``) without affecting other pro
156156
doubled_object = 2 * diff_object1 # Double the intensities
157157
reduced_intensity = diff_object1 / 2 # Halves the intensities
158158
159-
You can also do binary operations between two diffraction objects, as long as their yarrays have the same length.
159+
You can also do binary operations between two diffraction objects, as long as they are on the same ``q/tth/d-array``.
160160
The operation will apply to the intensity values, while other properties
161161
(such as ``xarrays``, ``xtype``, and ``metadata``) will be inherited
162162
from the left-hand side diffraction object (``diff_object1``).

0 commit comments

Comments
 (0)