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

Commit

Permalink
Trac #21992.14: remove line break
Browse files Browse the repository at this point in the history
  • Loading branch information
cheuberg committed Jan 3, 2017
1 parent 7f4d71c commit 87a11d7
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 @@ -195,8 +195,7 @@ def lifting(p, t, A, G):
return matrix(DX, d, 0)

if not (A*G % p**(t-1)).is_zero():
raise ValueError(
"A*G not zero mod %s^%s" % (p, t-1))
raise ValueError("A*G not zero mod %s^%s" % (p, t-1))


R = A*G/p**(t-1)
Expand Down

0 comments on commit 87a11d7

Please sign in to comment.