Skip to content

Commit 219cd7f

Browse files
Correct misleading comment on fmpz_mod_poly.truncate
1 parent 302e9e6 commit 219cd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flint/types/fmpz_mod_poly.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ cdef class fmpz_mod_poly(flint_poly):
990990
def truncate(self, slong n):
991991
r"""
992992
Notionally truncate the polynomial to have length ``n``. If
993-
``n`` is larger than the length of the input, then ``self`` is
993+
``n`` is larger than the length of the input, then a copy of ``self`` is
994994
returned. If ``n`` is not positive, then the zero polynomial
995995
is returned.
996996

0 commit comments

Comments
 (0)