Skip to content

Commit 213a9dc

Browse files
committed
Correct typo in class name
1 parent 97b45d8 commit 213a9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/polynomial_zz_pex.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ ctypedef ZZ_pEContext_ptrs *cparent
66

77
include "polynomial_template_header.pxi"
88

9-
cdef class Polynomial_ZZ_pX(Polynomial_template):
9+
cdef class Polynomial_ZZ_pEX(Polynomial_template):
1010
pass
1111

0 commit comments

Comments
 (0)