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

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Feb 28, 2020
1 parent 8b2709e commit 7d21717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/geometry/polyhedron/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8792,7 +8792,7 @@ def affine_hull(self, as_affine_map=False, orthogonal=False, orthonormal=False,
if not self.is_compact():
raise NotImplementedError('"orthogonal=True" and "orthonormal=True" work only for compact polyhedra')
affine_basis = self.an_affine_basis()
# We implicitely translate the first vertex of the affine basis to zero.
# We implicitly translate the first vertex of the affine basis to zero.
M = matrix(self.base_ring(), self.dim(), self.ambient_dim(),
[v.vector() - affine_basis[0].vector() for v in affine_basis[1:]])

Expand Down

0 comments on commit 7d21717

Please sign in to comment.