Skip to content

Commit 6a3b447

Browse files
committed
Return to 100% coverage
1 parent 57b8346 commit 6a3b447

File tree

2 files changed

+120
-75
lines changed

2 files changed

+120
-75
lines changed

src/flint/types/fmpz_mod_poly.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cdef class fmpz_mod_poly_ctx:
99
cdef any_as_fmpz_mod_poly(self, obj)
1010
cdef set_any_as_fmpz_mod_poly(self, fmpz_mod_poly_t poly, obj)
1111
cdef set_list_as_fmpz_mod_poly(self, fmpz_mod_poly_t poly, val)
12-
cdef new_poly(self)
12+
cdef new_ctype_poly(self)
1313

1414
cdef class fmpz_mod_poly(flint_poly):
1515
cdef fmpz_mod_poly_t val

0 commit comments

Comments
 (0)