Skip to content

Commit 4193768

Browse files
committed
Remove typo in DrinfeldModule.j_invariant docstring
In DrinfeldModule.j_invariant docstring, there was a typo in the first `.. MATH::` environment: the exponent on the denominator was $d_q$ instead of $d_r$.
1 parent ab1a517 commit 4193768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ def j_invariant(self, parameter=None, check=True):
14891489
.. MATH::
14901490
14911491
j_{k_1, \ldots, k_n}^{d_1, \ldots, d_n, d_r}(\phi)
1492-
:= \frac{1}{g_r^{d_q}}\prod_{i = 1}^n g_{k_i}^{d_i}
1492+
:= \frac{1}{g_r^{d_r}}\prod_{i = 1}^n g_{k_i}^{d_i}
14931493
14941494
where `1\leqslant k_1 < k_2 < \ldots < k_n \leqslant r - 1` and
14951495
the integers `d_i` satisfy the *weight-0 condition*:

0 commit comments

Comments
 (0)