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.
1 parent 302e9e6 commit 219cd7fCopy full SHA for 219cd7f
src/flint/types/fmpz_mod_poly.pyx
@@ -990,7 +990,7 @@ cdef class fmpz_mod_poly(flint_poly):
990
def truncate(self, slong n):
991
r"""
992
Notionally truncate the polynomial to have length ``n``. If
993
- ``n`` is larger than the length of the input, then ``self`` is
+ ``n`` is larger than the length of the input, then a copy of ``self`` is
994
returned. If ``n`` is not positive, then the zero polynomial
995
is returned.
996
0 commit comments