Skip to content

Commit 492f962

Browse files
committed
Typo
1 parent 59bce43 commit 492f962

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/flint/types/fmpq_mpoly.pyx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -912,9 +912,8 @@ cdef class fmpq_mpoly(flint_mpoly):
912912

913913
def integral(self, var):
914914
"""
915-
Return the integral of this polynomial*B with respect to the provided variable
916-
where B is minimal. The argument can either be the variable as a string, or
917-
the index of the variable in the context.
915+
Return the integral of this polynomial with respect to the provided variable The argument can either be the
916+
variable as a string, or the index of the variable in the context.
918917
919918
>>> from flint import Ordering
920919
>>> ctx = fmpq_mpoly_ctx.get_context(2, Ordering.lex, 'x')

0 commit comments

Comments
 (0)