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()