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 03b0517 commit a5448f2Copy full SHA for a5448f2
src/impl_methods.rs
@@ -1832,7 +1832,7 @@ where
1832
1833
/// Remove array axis `axis` and return the result.
1834
///
1835
- /// This is equivalent to `.index-axis_move(axis, 0)` and makes most sense to use if the
+ /// This is equivalent to `.index_axis_move(axis, 0)` and makes most sense to use if the
1836
/// axis to remove is of length 1.
1837
1838
/// **Panics** if the axis is out of bounds or its length is zero.
0 commit comments