From f20b2fc01faf54ad8a00bad19a9c3e37e806d0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 28 Jan 2019 17:16:00 +0100 Subject: [PATCH] Numpy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7c3131..d62b3c7 100644 --- a/README.md +++ b/README.md @@ -1684,7 +1684,7 @@ import numpy as np ```python = [:,0] # First column. - = .sum([]) # Axis is an index of dimension that gets collapsed. + = .sum([]) # Axis is an index of dimension that gets collapsed. = .argmin([]) # Returns index/es of smallest elements. = [filter_expression] ```