Skip to content

Commit d7b7a3e

Browse files
committed
restore a space
1 parent d55e015 commit d7b7a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypari2/convert.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ cpdef gen_to_python(Gen z):
615615
elif t == t_VEC or t == t_COL:
616616
return [gen_to_python(x) for x in z.python_list()]
617617
elif t == t_VECSMALL:
618-
return z.python_list_small()
618+
return z.python_list_small()
619619
elif t == t_MAT:
620620
nc = lg(g)-1
621621
nr = 0 if nc == 0 else lg(gel(g,1))-1

0 commit comments

Comments
 (0)