Skip to content

Commit

Permalink
changed core module call to _core
Browse files Browse the repository at this point in the history
  • Loading branch information
euanwm authored and davidhewitt committed Oct 11, 2024
1 parent f71d9c5 commit 7e702be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npyffi/array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use pyo3::{

use crate::npyffi::*;

pub(crate) const MOD_NAME: &str = "numpy.core.multiarray";
pub(crate) const MOD_NAME: &str = "numpy._core.multiarray";
const CAPSULE_NAME: &str = "_ARRAY_API";

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

0 comments on commit 7e702be

Please sign in to comment.