Skip to content

Commit a5448f2

Browse files
committed
DOC: Fix typo in remove_axis doc comment
1 parent 03b0517 commit a5448f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/impl_methods.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@ where
18321832

18331833
/// Remove array axis `axis` and return the result.
18341834
///
1835-
/// This is equivalent to `.index-axis_move(axis, 0)` and makes most sense to use if the
1835+
/// This is equivalent to `.index_axis_move(axis, 0)` and makes most sense to use if the
18361836
/// axis to remove is of length 1.
18371837
///
18381838
/// **Panics** if the axis is out of bounds or its length is zero.

0 commit comments

Comments
 (0)