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

Commit 07ef11b

Browse files
committed
rest -> reminder
1 parent f31d9da commit 07ef11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/libs/singular/decl.pxd

+1-1
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ cdef extern from "singular/Singular/libsingular.h":
630630
# return p*q, destroys p and q
631631
poly *p_Mult_q(poly *p, poly *q, ring *r)
632632

633-
# polynomial division, ignoring the rest
633+
# polynomial division, ignoring the remainder
634634
# via singclap_pdivide resp. idLift, destroys p,q
635635
poly *p_Divide(poly *p, poly *q, ring *r)
636636

0 commit comments

Comments
 (0)