Merge pull request #433 from Hywan/patch-1
doc(types) Fix a typo in `PySlice`
This commit is contained in:
commit
85489ebd8e
|
@ -10,7 +10,7 @@ use std::os::raw::c_long;
|
|||
|
||||
/// Represents a Python `slice`.
|
||||
///
|
||||
/// Only `c_long` indeces supprted at the moment by `PySlice` object.
|
||||
/// Only `c_long` indices supported at the moment by `PySlice` object.
|
||||
#[repr(transparent)]
|
||||
pub struct PySlice(PyObject);
|
||||
|
||||
|
|
Loading…
Reference in New Issue