Skip to content

Commit 7c63a12

Browse files
committed
Fix typo in PY_ARRAY_API docs.
1 parent 540ac40 commit 7c63a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/npyffi/array.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const CAPSULE_NAME: &str = "_ARRAY_API";
1313
/// A global variable which stores a ['capsule'](https://docs.python.org/3/c-api/capsule.html)
1414
/// pointer to [Numpy Array API](https://numpy.org/doc/stable/reference/c-api/array.html).
1515
///
16-
/// You can acceess raw C APIs via this variable.
16+
/// You can access raw C APIs via this variable.
1717
///
1818
/// See [PyArrayAPI](struct.PyArrayAPI.html) for what methods you can use via this variable.
1919
///

0 commit comments

Comments
 (0)