Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 5a220b1

Browse files
Matthias Koeppedimpase
Matthias Koeppe
authored andcommitted
src/sage/geometry/lattice_polytope.py: Fix typo
1 parent 9423f26 commit 5a220b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/geometry/lattice_polytope.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4544,7 +4544,7 @@ def _sage_input_(self, sib, coerced):
45444544
compute_vertices=False))
45454545
"""
45464546
vertex_to_part = [ZZ(i) for i in self._vertex_to_part]
4547-
return sib.name('NefPartition')(vertex_to_part, sib(self.Delta_polar()))
4547+
return sib.name('NefPartition')(vertex_to_part, sib(self.Delta_polar()))
45484548

45494549
def Delta(self, i=None):
45504550
r"""

0 commit comments

Comments
 (0)