Skip to content

Commit 7365275

Browse files
authored
Merge pull request #89 from stonebig/patch-1
typo
2 parents b0ac9d1 + c34f898 commit 7365275

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
@@ -70,7 +70,7 @@ PYBIND11_PLUGIN(xtensor_python_test)
7070
import numpy as np
7171
import xtensor_python_test as xt
7272
73-
a = np.arange(15).reshape(3, 5)
73+
v = np.arange(15).reshape(3, 5)
7474
s = xt.sum_of_sines(v)
7575
s
7676
```

0 commit comments

Comments
 (0)