We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5841feb commit 3c462a7Copy full SHA for 3c462a7
src/diffpy/structure/__init__.py
@@ -59,7 +59,7 @@ def __getattr__(self, name):
59
import warnings
60
61
warnings.warn(
62
- "Module 'diffpy.Structure' is deprecated and will be removed in version 3.8. "
+ "Module 'diffpy.Structure' is deprecated and will be removed in version 4.0. "
63
"Use 'diffpy.structure' instead.",
64
DeprecationWarning,
65
stacklevel=2,
0 commit comments