Skip to content

Commit 94e780e

Browse files
committed
Numpy
1 parent e0781c8 commit 94e780e

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
@@ -1574,7 +1574,7 @@ right = [[0.1, 0.6, 0.8], [0.1, 0.6, 0.8], [0.1, 0.6, 0.8]] # Shape: (3, 3) <-
15741574
```
15751575

15761576
#### 3. If neither non-matching dimension has size 1, rise an error.
1577-
<br>
1577+
15781578

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

0 commit comments

Comments
 (0)