From e9feb301890fe9ac9c27aee8b94efc9e6016c543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 29 Jan 2019 16:17:23 +0100 Subject: [PATCH] Numpy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86b2264..ebe5c33 100644 --- a/README.md +++ b/README.md @@ -1735,7 +1735,7 @@ import numpy as np ```python <2d_bool_array> = <2d_array> > 0 <1d_array> = <2d_array>[<2d_bool_array>] -`` +``` ### Broadcasting **Broadcasting is a set of rules by which NumPy functions operate on arrays of different sizes and/or dimensions.**