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

Commit

Permalink
ambient_vector_space docstring: Fix bad blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 17, 2021
1 parent ce91e44 commit f0e7c58
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/sage/geometry/cone.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ def ambient_vector_space(self, base_field=None):
It is the ambient lattice (:meth:`lattice`) tensored with a field.
INPUT::
INPUT:
- ``base_field`` -- (default: the rationals) a field.
Expand Down
2 changes: 1 addition & 1 deletion src/sage/geometry/lattice_polytope.py
Original file line number Diff line number Diff line change
Expand Up @@ -2623,7 +2623,7 @@ def ambient_vector_space(self, base_field=None):
It is the ambient lattice (:meth:`lattice`) tensored with a field.
INPUT::
INPUT:
- ``base_field`` -- (default: the rationals) a field.
Expand Down
2 changes: 1 addition & 1 deletion src/sage/geometry/polyhedron/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2487,7 +2487,7 @@ def ambient_vector_space(self, base_field=None):
It is the ambient free module (:meth:`Vrepresentation_space`) tensored
with a field.
INPUT::
INPUT:
- ``base_field`` -- (default: the fraction field of the base ring) a field.
Expand Down
2 changes: 1 addition & 1 deletion src/sage/geometry/polyhedron/face.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ def ambient_vector_space(self, base_field=None):
It is the ambient free module of the containing polyhedron tensored
with a field.
INPUT::
INPUT:
- ``base_field`` -- (default: the fraction field of the base ring) a field.
Expand Down

0 comments on commit f0e7c58

Please sign in to comment.