From 319cf489f1ac23de1187e01c80f8ea464055b281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 29 Jan 2019 20:02:28 +0100 Subject: [PATCH] Numpy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 947d65e..e9dd1c6 100644 --- a/README.md +++ b/README.md @@ -1716,14 +1716,14 @@ import numpy as np = np.random.randint(from_inclusive, to_exclusive, ) ``` -#### Shape is a tuple of dimension sizes: +#### Shape is a tuple of dimension sizes. ```python .shape = = .reshape() = np.broadcast_to(, ) ``` -#### Axis is an index of dimension that gets collapsed: +#### Axis is an index of dimension that gets collapsed. ```python = .sum() = .argmin()