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

Commit

Permalink
Removed print function from test
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziewest committed Jul 2, 2018
1 parent b958f36 commit 703ad58
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 @@ -2411,7 +2411,7 @@ cdef class MPolynomial_libsingular(MPolynomial):
sage: f = 1+y
sage: g = 1+x
sage: h = f/g
sage: print(h*g == f)
sage: h*g == f
True
"""
cdef poly *p
Expand Down

0 comments on commit 703ad58

Please sign in to comment.