Skip to content

Commit 53cbf19

Browse files
committed
(fix) Fix an indentation problem in the doc
1 parent 0e6cee3 commit 53cbf19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,10 @@ class DrinfeldModule(Parent, UniqueRepresentation):
267267
sage: phi.j_invariant() # j-invariant
268268
1
269269
270-
A Drinfeld `\mathbb{F}_q[T]`-module can be seen as an Ore
271-
polynomial with positive degree and constant coefficient
272-
`\gamma(T)`, where `\gamma` is the base morphism. This analogy is
273-
the motivation for the following methods::
270+
A Drinfeld `\mathbb{F}_q[T]`-module can be seen as an Ore polynomial
271+
with positive degree and constant coefficient `\gamma(T)`, where
272+
`\gamma` is the base morphism. This analogy is the motivation for
273+
the following methods::
274274
275275
sage: phi.coefficients()
276276
[z, 1, 1]

0 commit comments

Comments
 (0)