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

Commit

Permalink
Trac #21992.16: change line break
Browse files Browse the repository at this point in the history
  • Loading branch information
cheuberg committed Jan 3, 2017
1 parent 15f6cf9 commit e1c91c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sage/matrix/compute_J_ideal.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,7 @@ def p_part(f, p):
"""
DX = f.parent()
(X,) = DX.gens()
return sum(c//p * X**i for
i, c in enumerate(f.list())
return sum(c//p * X**i for i, c in enumerate(f.list())
if c % p == 0)


Expand Down

0 comments on commit e1c91c9

Please sign in to comment.