From 80c279294c074280b5802d2fc957c394ff2976f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 1 Feb 2020 02:12:53 +0100 Subject: [PATCH] Grammar fixes --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.