From 3b8d61d4c073bfa20a4292a88baeb85f4ca5fa51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 11 Jun 2022 02:04:25 +0200 Subject: [PATCH] NumPy --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c53c48c..c28dff0 100644 --- a/README.md +++ b/README.md @@ -2656,7 +2656,7 @@ indexes = .argmin(axis) ``` * **Shape is a tuple of dimension sizes.** -* **Axis is an index of the dimension that gets collapsed. Leftmost dimension has index 0.** +* **Axis is an index of the dimension that gets aggregated. Leftmost dimension has index 0.** ### Indexing ```bash diff --git a/index.html b/index.html index c15930c..8a3eabb 100644 --- a/index.html +++ b/index.html @@ -2168,7 +2168,7 @@ indexes = <array>.argmin(axis)

Indexing

<el>       = <2d_array>[row_index, column_index]
 <1d_view>  = <2d_array>[row_index]