Skip to content

Commit

Permalink
Fix typo in PY_ARRAY_API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreichold committed Jan 8, 2022
1 parent 540ac40 commit 7c63a12
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 @@ -13,7 +13,7 @@ const CAPSULE_NAME: &str = "_ARRAY_API";
/// A global variable which stores a ['capsule'](https://docs.python.org/3/c-api/capsule.html)
/// pointer to [Numpy Array API](https://numpy.org/doc/stable/reference/c-api/array.html).
///
/// You can acceess raw C APIs via this variable.
/// You can access raw C APIs via this variable.
///
/// See [PyArrayAPI](struct.PyArrayAPI.html) for what methods you can use via this variable.
///
Expand Down

0 comments on commit 7c63a12

Please sign in to comment.