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

Commit

Permalink
Make docstrings raw
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 16, 2021
1 parent 8af2c71 commit 8c6759a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/geometry/polyhedron/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -10518,7 +10518,7 @@ def _test_affine_hull_projection(self, tester=None, verbose=False, **options):

def affine_hull_manifold(self, name=None, latex_name=None, start_index=0, ambient_space=None,
names=None, **kwds):
"""
r"""
Return the affine hull of ``self`` as a manifold.
If ``self`` is full-dimensional, it is just the ambient Euclidean space.
Expand Down Expand Up @@ -10631,7 +10631,7 @@ def affine_hull_manifold(self, name=None, latex_name=None, start_index=0, ambien
return H

def _affine_hull_name_latex_name(self, name=None, latex_name=None):
"""
r"""
Return the default name of the affine hull.
EXAMPLES::
Expand Down

0 comments on commit 8c6759a

Please sign in to comment.