Skip to content

Commit 4be45eb

Browse files
Merge pull request #320 from GiacomoPope/patch-1
Correct typos in documentation
2 parents 9ec0bed + bd7df86 commit 4be45eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/flint/types/fmpq_mpoly.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ cdef class fmpq_mpoly_ctx(flint_mpoly_context):
9393
:param names: A tuple containing the names of the variables of the ring.
9494
:param ordering: The term order for the ring.
9595
96-
Do not construct one of these directly, use ``fmpz_mpoly_ctx.get``.
96+
Do not construct one of these directly, use ``fmpq_mpoly_ctx.get``.
9797
"""
9898

9999
_ctx_cache = _fmpq_mpoly_ctx_cache
@@ -210,7 +210,7 @@ cdef class fmpq_mpoly_ctx(flint_mpoly_context):
210210
cdef class fmpq_mpoly(flint_mpoly):
211211
"""
212212
The *fmpq_mpoly* type represents sparse multivariate polynomials over
213-
the integers.
213+
the rationals.
214214
"""
215215

216216
def __cinit__(self):

0 commit comments

Comments
 (0)