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

Commit

Permalink
improved docstring in list_of_all_faces
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed May 7, 2019
1 parent d38e130 commit ca60665
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -471,9 +471,7 @@ cdef class ListOfAllFaces:
of dimension ``dimension`` and index ``index``.
Return its length.
.. SEEALSO::
:class:`ListOfAllFaces`.
This is a shortcut of :class:`sage.geometry.polyhedron.combinatorial_polyhedron.combinatorial_face.CombinatorialFace.set_coatom_repr`
"""
if unlikely(dimension < -1 or dimension > self.dimension):
raise ValueError("no face of dimension %s"%dimension)
Expand All @@ -495,9 +493,7 @@ cdef class ListOfAllFaces:
of dimension ``dimension`` and index ``index``.
Return its length.
.. SEEALSO::
:class:`ListOfAllFaces`.
This is a shortcut of :class:`sage.geometry.polyhedron.combinatorial_polyhedron.combinatorial_face.CombinatorialFace.set_atom_repr`
"""
if unlikely(dimension < -1 or dimension > self.dimension):
raise ValueError("no face of dimension %s"%dimension)
Expand Down

0 comments on commit ca60665

Please sign in to comment.