Skip to content

Commit 3c1cc36

Browse files
committed
chore: revert unncessary changes
1 parent cf1679b commit 3c1cc36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffpy/utils/diffraction_objects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ def __add__(self, other):
203203
Examples
204204
--------
205205
Add a scalar value to the yarray of a DiffractionObject instance:
206-
>>> my_do = DiffractionObject(wavelength=2 * np.pi, xarray=np.array([30, 60]), yarray=np.array([1, 2]), xtype="tth")
207206
>>> new_do = my_do + 10.1
208207
>>> new_do = 10.1 + my_do
209208

0 commit comments

Comments
 (0)