Skip to content

Commit 834002e

Browse files
committed
Fix docstring for enumerate_totallyreal_fields_rel
1 parent 94baf41 commit 834002e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/rings/number_field/totallyreal_rel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,9 +650,9 @@ def enumerate_totallyreal_fields_rel(F, m, B, a=[], verbose=0,
650650
651651
::
652652
653-
a[d]*x^n + ... + a[0]*x^(n-d)
653+
a[k]*x^m + ... + a[0]*x^(m-k)
654654
655-
if ``length(a) = d+1``, so in particular always ``a[d] = 1``.
655+
if ``length(a) = k+1``, so in particular always ``a[k] = 1``.
656656
657657
.. NOTE::
658658

0 commit comments

Comments
 (0)