Skip to content

Commit 68292d1

Browse files
committed
Numpy
1 parent 319cf48 commit 68292d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ import numpy as np
17231723
<view> = np.broadcast_to(<array>, <shape>)
17241724
```
17251725

1726-
#### Axis is an index of dimension that gets collapsed.
1726+
#### Axis is an index of dimension, that gets collapsed.
17271727
```python
17281728
<array> = <array>.sum(<axis>)
17291729
<array> = <array>.argmin(<axis>)

0 commit comments

Comments
 (0)