Skip to content

Commit 7e702be

Browse files
euanwmdavidhewitt
authored andcommitted
changed core module call to _core
1 parent f71d9c5 commit 7e702be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/npyffi/array.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use pyo3::{
1414

1515
use crate::npyffi::*;
1616

17-
pub(crate) const MOD_NAME: &str = "numpy.core.multiarray";
17+
pub(crate) const MOD_NAME: &str = "numpy._core.multiarray";
1818
const CAPSULE_NAME: &str = "_ARRAY_API";
1919

2020
/// A global variable which stores a ['capsule'](https://docs.python.org/3/c-api/capsule.html)

0 commit comments

Comments
 (0)