We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418d6d2 commit f20b2fcCopy full SHA for f20b2fc
README.md
@@ -1684,7 +1684,7 @@ import numpy as np
1684
1685
```python
1686
<el_or_array> = <array>[:,0] # First column.
1687
-<el_or_array> = <array>.sum([<axix>]) # Axis is an index of dimension that gets collapsed.
+<el_or_array> = <array>.sum([<axis>]) # Axis is an index of dimension that gets collapsed.
1688
<el_or_array> = <array>.argmin([<axis>]) # Returns index/es of smallest elements.
1689
<el_or_array> = <array>[filter_expression]
1690
```
0 commit comments