Skip to content

Commit 98f852a

Browse files
committed
fix lint
1 parent f2f9c10 commit 98f852a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def _phiT_matrix(self, polynomial_part):
440440
part with negative powers of `u`; if ``True``, return this
441441
part as a polynomial vector in `T`
442442
443-
TESTS::
443+
EXAMPLES::
444444
445445
sage: q = 5
446446
sage: Fq = GF(q)
@@ -461,6 +461,7 @@ def _phiT_matrix(self, polynomial_part):
461461
[0 0 1 0 0]
462462
[0 0 0 1 1], (T^15 + 1, T^10, T^5, 1, 0)
463463
)
464+
464465
::
465466
466467
sage: psi = DrinfeldModule(A, [T, 1/T])

0 commit comments

Comments
 (0)