Skip to content

Commit 3d45ec2

Browse files
eschnettstevengj
authored andcommitted
Correct PyVector description (#550)
1 parent 9224c60 commit 3d45ec2

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
@@ -264,7 +264,7 @@ The PyCall module provides a new type `PyVector` (a subclass of
264264
arbitrary Python list or sequence object. (Unlike `PyArray`, the
265265
`PyVector` type is not limited to `NumPy` arrays, although using
266266
`PyArray` for the latter is generally more efficient.) Just use
267-
`PyArray` as the return type of a `pycall` returning a list or
267+
`PyVector` as the return type of a `pycall` returning a list or
268268
sequence object (including tuples), or call `PyVector(o::PyObject)` on
269269
a sequence object `o`.
270270

0 commit comments

Comments
 (0)