From 68292d1bb2458366bd4e48696b7a3a28c392588c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 29 Jan 2019 20:03:25 +0100 Subject: [PATCH] Numpy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9dd1c6..f0d45c8 100644 --- a/README.md +++ b/README.md @@ -1723,7 +1723,7 @@ import numpy as np = np.broadcast_to(, ) ``` -#### Axis is an index of dimension that gets collapsed. +#### Axis is an index of dimension, that gets collapsed. ```python = .sum() = .argmin()