We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9224c60 commit 3d45ec2Copy full SHA for 3d45ec2
README.md
@@ -264,7 +264,7 @@ The PyCall module provides a new type `PyVector` (a subclass of
264
arbitrary Python list or sequence object. (Unlike `PyArray`, the
265
`PyVector` type is not limited to `NumPy` arrays, although using
266
`PyArray` for the latter is generally more efficient.) Just use
267
-`PyArray` as the return type of a `pycall` returning a list or
+`PyVector` as the return type of a `pycall` returning a list or
268
sequence object (including tuples), or call `PyVector(o::PyObject)` on
269
a sequence object `o`.
270
0 commit comments