We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d62344 commit ce3a106Copy full SHA for ce3a106
src/slice_box.rs
@@ -38,7 +38,7 @@ unsafe impl<T> type_object::PyTypeInfo for SliceBox<T> {
38
type AsRefTarget = PyCell<Self>;
39
const NAME: &'static str = "SliceBox";
40
const MODULE: Option<&'static str> = Some("_rust_numpy");
41
- const DESCRIPTION: &'static str = "Memory store for PyArray using rust's Box<[T]>.";
+ const DESCRIPTION: &'static str = "Memory store for PyArray using rust's Box<[T]> \0";
42
const FLAGS: usize = 0;
43
44
#[inline]
0 commit comments