Skip to content

Commit e9feb30

Browse files
committed
Numpy
1 parent f3e0dd1 commit e9feb30

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
@@ -1735,7 +1735,7 @@ import numpy as np
17351735
```python
17361736
<2d_bool_array> = <2d_array> > 0
17371737
<1d_array> = <2d_array>[<2d_bool_array>]
1738-
``
1738+
```
17391739

17401740
### Broadcasting
17411741
**Broadcasting is a set of rules by which NumPy functions operate on arrays of different sizes and/or dimensions.**

0 commit comments

Comments
 (0)