Skip to content

Commit eaeafe5

Browse files
committed
chore: fix pre-commit
1 parent bedf468 commit eaeafe5

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
@@ -419,7 +419,7 @@ def get_array_index(self, xvalue, xtype=None):
419419
The value of the xtype to find the closest index for.
420420
xtype : str, optional
421421
The type of the independent variable in `xarray`. Must be one
422-
of {*XQUANTITIES,}. Default is {self._input_xtype}
422+
of {*XQUANTITIES, }. Default is {self._input_xtype}
423423
424424
Returns
425425
-------

0 commit comments

Comments
 (0)