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

Commit 8dd8ebe

Browse files
committed
correcting white spacing
1 parent c2c1e9e commit 8dd8ebe

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/sage/rings/polynomial/multi_polynomial_libsingular.pyx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2403,13 +2403,11 @@ cdef class MPolynomial_libsingular(MPolynomial):
24032403
...
24042404
ZeroDivisionError: rational division by zero
24052405
2406-
Ensure that :trac:`17638` is fixed
2406+
Ensure that :trac:`17638` is fixed::
24072407
2408-
::
2409-
2410-
sage: R.<x,y> = PolynomialRing(QQ,order="neglex")
2411-
sage: f = 1+y
2412-
sage: g = 1+x
2408+
sage: R.<x,y> = PolynomialRing(QQ, order="neglex")
2409+
sage: f = 1 + y
2410+
sage: g = 1 + x
24132411
sage: h = f/g
24142412
sage: h*g == f
24152413
True

0 commit comments

Comments
 (0)