Skip to content

Commit 8651717

Browse files
authored
Merge pull request #227 from adamreichold/fix-typo
Fix typo in IntoPyArray docs.
2 parents 565a3e8 + 209a0ca commit 8651717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/convert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use crate::{
1010
DataType, Element, PyArray,
1111
};
1212

13-
/// Covnersion trait from some rust types to `PyArray`.
13+
/// Conversion trait from some rust types to `PyArray`.
1414
///
1515
/// This trait takes `self`, which means **it holds a pointer to Rust heap, until `resize` or other
1616
/// destructive method is called**.

0 commit comments

Comments
 (0)