We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ec0bed + bd7df86 commit 4be45ebCopy full SHA for 4be45eb
src/flint/types/fmpq_mpoly.pyx
@@ -93,7 +93,7 @@ cdef class fmpq_mpoly_ctx(flint_mpoly_context):
93
:param names: A tuple containing the names of the variables of the ring.
94
:param ordering: The term order for the ring.
95
96
- Do not construct one of these directly, use ``fmpz_mpoly_ctx.get``.
+ Do not construct one of these directly, use ``fmpq_mpoly_ctx.get``.
97
"""
98
99
_ctx_cache = _fmpq_mpoly_ctx_cache
@@ -210,7 +210,7 @@ cdef class fmpq_mpoly_ctx(flint_mpoly_context):
210
cdef class fmpq_mpoly(flint_mpoly):
211
212
The *fmpq_mpoly* type represents sparse multivariate polynomials over
213
- the integers.
+ the rationals.
214
215
216
def __cinit__(self):
0 commit comments