Skip to content

Commit 664b090

Browse files
committed
Merge branch 'drinfeld-module' of https://github.com/DavidAyotte/sage into drinfeld-module
2 parents a4ac79c + 27cfc9c commit 664b090

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
@@ -944,8 +944,8 @@ def basic_j_invariant_parameters(self, coeff_indices=None, nonzero=False):
944944
((1, 2), (12, 29, 6)),
945945
((1, 2), (31, 31, 7))]
946946
947-
Specify a list of indices to restrict which coefficients appear
948-
in the parameters::
947+
One can specify the list of coefficients indices to be
948+
considered in the computation::
949949
950950
sage: A = GF(3)['T']
951951
sage: K.<T> = Frac(A)
@@ -1522,7 +1522,7 @@ def j_invariant(self, parameter=None, check=True):
15221522
if parameter is None:
15231523
if r != 2:
15241524
raise TypeError("parameter must not be None "
1525-
"if the rank is greater than 2")
1525+
"if the rank is greater than 2")
15261526
return self._gen[1]**(q+1)/self._gen[2]
15271527
if parameter in ZZ:
15281528
if parameter <= 0 or parameter >= r:

0 commit comments

Comments
 (0)