From 7b50df6cb497e79e585b7735a446e06bd5f83fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 30 Jan 2019 11:28:13 +0100 Subject: [PATCH] Numpy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04bd6bf..4294355 100644 --- a/README.md +++ b/README.md @@ -1752,7 +1752,7 @@ indexes = .argmin() ``` * **Shape is a tuple of dimension sizes.** -* **Axis is an index of dimension, that gets collapsed.** +* **Axis is an index of dimension that gets collapsed.** ### Indexing ```bash