Skip to content

Commit a3b1516

Browse files
committed
Numpy
1 parent f20b2fc commit a3b1516

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

17131713

17141714
### Example
1715-
#### For each point returns index of its nearest point (`[0.1, 0.6, 0.8] => [1, 2, 1]`):
1715+
#### For each point returns index of its nearest point (`'[0.1, 0.6, 0.8] => [1, 2, 1]'`):
17161716

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

0 commit comments

Comments
 (0)