Skip to content

Commit

Permalink
Merge pull request sagemath#3 from stevehuang235/finite-field-relative
Browse files Browse the repository at this point in the history
Adding implementation keyword to rings/morphisms
  • Loading branch information
roed314 authored Mar 23, 2023
2 parents 53593c4 + d1e4b31 commit 89fcf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/morphism.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ cdef class RingHomomorphism(RingMap):
sage: R.<x> = ZZ[]
sage: K.<a> = GF(7^2)
sage: L.<u> = K.extension(x^3 - 3)
sage: L.<u> = K.extension(x^3 - 3, implementation='PQR')
sage: phi = L.hom([u^7], base_map=K.frobenius_endomorphism())
sage: phi
Ring endomorphism of Univariate Quotient Polynomial Ring in u over Finite Field in a of size 7^2 with modulus u^3 + 4
Expand Down

0 comments on commit 89fcf83

Please sign in to comment.