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

Commit

Permalink
removed spacing for assignment within function
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziewest committed Jul 2, 2018
1 parent 703ad58 commit c2c1e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/polynomial/multi_polynomial_libsingular.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2407,7 +2407,7 @@ cdef class MPolynomial_libsingular(MPolynomial):
::
sage: R.<x,y> = PolynomialRing(QQ,order = "neglex")
sage: R.<x,y> = PolynomialRing(QQ,order="neglex")
sage: f = 1+y
sage: g = 1+x
sage: h = f/g
Expand Down

0 comments on commit c2c1e9e

Please sign in to comment.