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

Commit

Permalink
properly formated ::
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziewest committed Jul 2, 2018
1 parent 347f0ef commit b958f36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sage/rings/polynomial/multi_polynomial_libsingular.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2403,7 +2403,9 @@ cdef class MPolynomial_libsingular(MPolynomial):
...
ZeroDivisionError: rational division by zero
Ensure that :trac:`17638` is fixed::
Ensure that :trac:`17638` is fixed
::
sage: R.<x,y> = PolynomialRing(QQ,order = "neglex")
sage: f = 1+y
Expand Down

0 comments on commit b958f36

Please sign in to comment.