We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ac9d1 commit c34f898Copy full SHA for c34f898
README.md
@@ -70,7 +70,7 @@ PYBIND11_PLUGIN(xtensor_python_test)
70
import numpy as np
71
import xtensor_python_test as xt
72
73
-a = np.arange(15).reshape(3, 5)
+v = np.arange(15).reshape(3, 5)
74
s = xt.sum_of_sines(v)
75
s
76
```
0 commit comments