Skip to content

Commit f480fa4

Browse files
committed
another slice in docstring fix
1 parent cbd160c commit f480fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slycot/math.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def mb03vd(n, ilo, ihi, A):
9292
9393
ilo, ihi : int
9494
It is assumed that all matrices A_j, j = 2, ..., p, are
95-
already upper triangular in rows and columns [:ilo] and
95+
already upper triangular in rows and columns [:ilo-1] and
9696
[ihi:n], and A_1 is upper Hessenberg in rows and columns
9797
[:ilo-1] and [ihi:n], with A_1[ilo-1,ilo-2] = 0 (unless
9898
ilo = 1), and A_1[ihi,ihi-1] = 0 (unless ihi = n).

0 commit comments

Comments
 (0)