File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/diffpy/utils/scattering_objects Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919
2020
2121class Diffraction_object :
22- """FIXME: Add class docstring .
22+ """A class to represent and manipulate data associated with diffraction experiments .
2323
2424 .. deprecated:: 3.5.1
25- `Diffraction_object` will be removed in diffpy.utils 3.6.0, it is replaced by
25+ `Diffraction_object` is deprecated and will be removed in diffpy.utils 3.6.0. It is replaced by
2626 `DiffractionObject` to follow the class naming convention.
2727 """
2828
2929 warnings .warn (
30- "Diffraction_object` will be removed in diffpy.utils 3.6.0, it is replaced by "
30+ "Diffraction_object` is deprecated and will be removed in diffpy.utils 3.6.0, It is replaced by "
3131 "DiffractionObject` to follow the class naming convention." ,
3232 DeprecationWarning ,
3333 stacklevel = 2 ,
You can’t perform that action at this time.
0 commit comments