Skip to content

Commit dd104e5

Browse files
author
Christopher Doris
committed
typo
1 parent b59000d commit dd104e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/concrete/list.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function pylist_setitem(xs::Py, i, x)
88
return xs
99
end
1010

11-
pylist_append(xs::Py, x) = errcheck(@autopy x C.PyList_Append(getptr(ans), getptr(x_)))
11+
pylist_append(xs::Py, x) = errcheck(@autopy x C.PyList_Append(getptr(xs), getptr(x_)))
1212

1313
pylist_astuple(x) = pynew(errcheck(@autopy x C.PyList_AsTuple(getptr(x_))))
1414

0 commit comments

Comments
 (0)