Skip to content

Commit 7ac6862

Browse files
committed
fix: caught a couple of tools typos fixed to parsers
1 parent 34bfb90 commit 7ac6862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

news/depr-tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
**Deprecated:**
1010

11-
* diffpy.utils.parsers.loaddata.loadData replaced by diffpy.utils.tools.load_data
11+
* diffpy.utils.parsers.loaddata.loadData replaced by diffpy.utils.parsers.load_data
1212

1313
**Removed:**
1414

src/diffpy/utils/parsers/loaddata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"loadData",
2929
"load_data",
3030
removal_version,
31-
new_base="diffpy.utils.tools",
31+
new_base="diffpy.utils.parsers",
3232
)
3333

3434

0 commit comments

Comments
 (0)