Skip to content

Commit 5841feb

Browse files
committed
update wording
1 parent 73a6b13 commit 5841feb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/diffpy/structure/__init__.py

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

6161
warnings.warn(
62-
"Module 'diffpy.Structure' is deprecated. Use 'diffpy.structure' instead.",
62+
"Module 'diffpy.Structure' is deprecated and will be removed in version 3.8. "
63+
"Use 'diffpy.structure' instead.",
6364
DeprecationWarning,
6465
stacklevel=2,
6566
)

0 commit comments

Comments
 (0)