Browse Source

Numpy

pull/10/head
Jure Šorn 5 years ago
parent
commit
68292d1bb2
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1723,7 +1723,7 @@ import numpy as np
<view> = np.broadcast_to(<array>, <shape>)
```
#### Axis is an index of dimension that gets collapsed.
#### Axis is an index of dimension, that gets collapsed.
```python
<array> = <array>.sum(<axis>)
<array> = <array>.argmin(<axis>)

Loading…
Cancel
Save