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 540ac40 commit 7c63a12Copy full SHA for 7c63a12
src/npyffi/array.rs
@@ -13,7 +13,7 @@ const CAPSULE_NAME: &str = "_ARRAY_API";
13
/// A global variable which stores a ['capsule'](https://docs.python.org/3/c-api/capsule.html)
14
/// pointer to [Numpy Array API](https://numpy.org/doc/stable/reference/c-api/array.html).
15
///
16
-/// You can acceess raw C APIs via this variable.
+/// You can access raw C APIs via this variable.
17
18
/// See [PyArrayAPI](struct.PyArrayAPI.html) for what methods you can use via this variable.
19
0 commit comments