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.
2 parents 0ffe035 + a7d3992 commit a5303deCopy full SHA for a5303de
src/convert.rs
@@ -79,7 +79,7 @@ where
79
80
/// Conversion trait from rust types to `PyArray`.
81
///
82
-/// This trait takes `&self`, which means **it alocates in Python heap and then copies
+/// This trait takes `&self`, which means **it allocates in Python heap and then copies
83
/// elements there**.
84
/// # Example
85
/// ```
0 commit comments