Skip to content

Commit 9308cc6

Browse files
author
Xavier Caruso
committed
fix doctest
1 parent fe1f13c commit 9308cc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sage/rings/function_field/drinfeld_modules/drinfeld_module.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2082,9 +2082,9 @@ def frobenius_relative(self, n=1):
20822082
Return the `n`-th iterate relative Frobenius of this Drinfeld module.
20832083
20842084
By definition, the relative Frobenius is the isogeny represented by
2085-
the Ore polynomial `tau^d` where `d` is the degree of the characteristic
2085+
the Ore polynomial `\tau^d` where `d` is the degree of the characteristic
20862086
of this Drinfeld module (which is also the degree of `\gamma(T)` over
2087-
`\mathbb F_q`, where `\gamma` is the base morphism `\mathbb F_q[T] \to F`).
2087+
`\mathbb F_q`, where `\gamma` is the base morphism `\mathbb F_q[T] \to K`).
20882088
20892089
INPUT:
20902090
@@ -2107,7 +2107,7 @@ def frobenius_relative(self, n=1):
21072107
To: Drinfeld module defined by T |--> (3*z^2 + 1)*τ^2 + (3*z^2 + 1)*τ + 1
21082108
Defn: τ^2
21092109
2110-
If `F` is finite and `n` is the degree of `F` over `\FF_q(\gamma(T))`,
2110+
If `K` is finite and `n` is the degree of `K` over `\mathbb F_q(\gamma(T))`,
21112111
we obtain the Frobenius endomorphism::
21122112
21132113
sage: phi.frobenius_relative(3) == phi.frobenius_endomorphism()

0 commit comments

Comments
 (0)