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 4862dd6 commit c94d886Copy full SHA for c94d886
README.md
@@ -1744,13 +1744,13 @@ import numpy as np
1744
```
1745
1746
#### Integer array indexing:
1747
-**If row and column indexes differ in shape, they are combined with broadcasting.**
1748
-
1749
```bash
1750
<1d_array> = <2d_array>[<1d_row_indexes>, <1d_column_indexes>]
1751
<2d_array> = <2d_array>[<2d_row_indexes>, <2d_column_indexes>]
1752
1753
+* **If row and column indexes differ in shape, they are combined with broadcasting.**
+
1754
#### Boolean array indexing:
1755
1756
<2d_bool_array> = <2d_array> > 0
0 commit comments