Skip to content

Commit c94d886

Browse files
committed
Numpy
1 parent 4862dd6 commit c94d886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1744,13 +1744,13 @@ import numpy as np
17441744
```
17451745

17461746
#### Integer array indexing:
1747-
**If row and column indexes differ in shape, they are combined with broadcasting.**
1748-
17491747
```bash
17501748
<1d_array> = <2d_array>[<1d_row_indexes>, <1d_column_indexes>]
17511749
<2d_array> = <2d_array>[<2d_row_indexes>, <2d_column_indexes>]
17521750
```
17531751

1752+
* **If row and column indexes differ in shape, they are combined with broadcasting.**
1753+
17541754
#### Boolean array indexing:
17551755
```bash
17561756
<2d_bool_array> = <2d_array> > 0

0 commit comments

Comments
 (0)