Skip to content

Commit 573bd26

Browse files
committed
Numpy
1 parent a6e04a8 commit 573bd26

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
@@ -1575,7 +1575,7 @@ right = [[0.1, 0.6, 0.8], [0.1, 0.6, 0.8], [0.1, 0.6, 0.8]] # Shape: (3, 3) <-
15751575
#### 3. If neither non-matching dimension has size 1, rise an error.
15761576

15771577
### Example
1578-
#### For each point returns index of its nearest point: `[0.1, 0.6, 0.8] => [1, 2, 1]`
1578+
#### For each point returns index of its nearest point (`[0.1, 0.6, 0.8] => [1, 2, 1]`):
15791579

15801580
```python
15811581
>>> points = np.array([0.1, 0.6, 0.8])

0 commit comments

Comments
 (0)