Skip to content

Commit

Permalink
src/sage/geometry/polyhedron/ppl_lattice_polytope.py: Remove spurious…
Browse files Browse the repository at this point in the history
… newline
  • Loading branch information
Matthias Koeppe committed Aug 5, 2023
1 parent 5f25fff commit 897660f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/geometry/polyhedron/ppl_lattice_polytope.py
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,6 @@ def lattice_automorphism_group(self, points=None, point_labels=None):
EXAMPLES::
sage: from sage.geometry.polyhedron.ppl_lattice_polytope import LatticePolytope_PPL
sage: Z3square = LatticePolytope_PPL((0,0), (1,2), (2,1), (3,3))
sage: Z3square.lattice_automorphism_group() # needs sage.graphs sage.groups
Expand Down

0 comments on commit 897660f

Please sign in to comment.