Skip to content

Commit a55615c

Browse files
committed
fix typo
1 parent 4a8454f commit a55615c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/geometry/lattice_polytope.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3390,8 +3390,8 @@ def index_of_max(iterable):
33903390
PM_max = PM.with_permuted_rows_and_columns(permutations_inv[0][0].inverse(),permutations_inv[0][1].inverse())
33913391
if check:
33923392
for p in permutations_inv.keys():
3393-
permutaiton_inv[p][0] = permutaiton_inv[p][0].inverse()
3394-
permutaiton_inv[p][1] = permutaiton_inv[p][1].inverse()
3393+
permutations_inv[p][0] = permutations_inv[p][0].inverse()
3394+
permutations_inv[p][1] = permutations_inv[p][1].inverse()
33953395
return (PM_max, permutations_inv)
33963396
else:
33973397
return PM_max

0 commit comments

Comments
 (0)