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

Commit

Permalink
Trac #26141: a PEP8 line break and space-comma
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Aug 31, 2018
1 parent e447b5e commit 7967bcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sage/geometry/polyhedron/representation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,8 @@ def evaluated_on(self, Hobj):
return Hobj.A() * self.vector()


def repr_pretty(coefficients, type, prefix='x', indices=None, latex=False, style='>=',split=False):
def repr_pretty(coefficients, type, prefix='x', indices=None,
latex=False, style='>=', split=False):
r"""
Return a pretty representation of equation/inequality represented
by the coefficients.
Expand Down

0 comments on commit 7967bcf

Please sign in to comment.