diff --git a/README.md b/README.md index f067fd5..1a548cd 100644 --- a/README.md +++ b/README.md @@ -2573,7 +2573,7 @@ indexes = .argmin(axis) ``` * **Shape is a tuple of dimension sizes.** -* **Axis is an index of dimension that gets collapsed. Leftmost dimension has index 0.** +* **Axis is the index of a dimension that gets collapsed. Leftmost dimension has index 0.** ### Indexing ```bash diff --git a/index.html b/index.html index 890c061..72414a3 100644 --- a/index.html +++ b/index.html @@ -2202,7 +2202,7 @@ indexes = <array>.argmin(axis)

Indexing

<el>       = <2d_array>[0, 0]        # First element.
 <1d_view>  = <2d_array>[0]           # First row.