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

Commit

Permalink
Trac #27366: docstring fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Feb 26, 2019
1 parent e9ed7ee commit 0cf6bc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sage/geometry/polyhedron/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6603,9 +6603,9 @@ def affine_hull(self, as_polyhedron=None, as_affine_map=False,
set, then either a polyhedron or the affine transformation
is returned. The affine transformation
sends the embedded polytope to a fulldimensional one.
It is given as a pair ``(A, b)``, where A is a linear transformation
and ``b`` is a vector, and the affine transformation sends ``v`` to
``A(v)+b``.
It is given as a pair `(A, b)`, where A is a linear transformation
and `b` is a vector, and the affine transformation sends `v` to
`A(v)+b`.
If both ``as_polyhedron`` and ``as_affine_map`` are set, then
both are returned, encapsulated in a dictionary.
Expand All @@ -6624,7 +6624,7 @@ def affine_hull(self, as_polyhedron=None, as_affine_map=False,
- ``return_all_data`` (boolean, default ``False``)
If set, then ``as_polyhedron`` and ``as_affine_map` will set
If set, then ``as_polyhedron`` and ``as_affine_map`` will set
(possibly overridden) and additional (internal) data concerning
the transformation is returned. Everything is encapsulated
in a dictionary in this case.
Expand Down

0 comments on commit 0cf6bc5

Please sign in to comment.