Skip to content

Commit 24b1bbc

Browse files
authored
fix missing quote
1 parent c142240 commit 24b1bbc

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
@@ -103,7 +103,7 @@ def _input_data(self, xarray, yarray, xtype, wavelength, scat_quantity, name, me
103103
raise ValueError(
104104
"'xarray' and 'yarray' are different lengths. They must "
105105
"correspond to each other and have the same length. "
106-
"Please re-initialize 'DiffractionObject'
106+
"Please re-initialize 'DiffractionObject'"
107107
"with valid 'xarray' and 'yarray's"
108108
)
109109
self.scat_quantity = scat_quantity

0 commit comments

Comments
 (0)