Skip to content

Commit 3c462a7

Browse files
authored
Update deprecation warning for diffpy.Structure module
1 parent 5841feb commit 3c462a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/structure/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __getattr__(self, name):
5959
import warnings
6060

6161
warnings.warn(
62-
"Module 'diffpy.Structure' is deprecated and will be removed in version 3.8. "
62+
"Module 'diffpy.Structure' is deprecated and will be removed in version 4.0. "
6363
"Use 'diffpy.structure' instead.",
6464
DeprecationWarning,
6565
stacklevel=2,

0 commit comments

Comments
 (0)