Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 2142891

Browse files
committed
fix copy & paste mistake
1 parent e01a3ab commit 2142891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/padics/padic_valuation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ def extensions(self, ring):
744744
sage: F = x^48 + 120*x^45 + 56*x^42 + 108*x^36 + 32*x^33 + 40*x^30 + 48*x^27 + 80*x^24 + 112*x^21 + 96*x^18 + 96*x^15 + 24*x^12 + 96*x^9 + 16*x^6 + 96*x^3 + 68
745745
sage: L.<a> = QQ.extension(F)
746746
sage: v.extensions(L)
747-
[[ 2-adic valuation, v(x) = 1/24, v(x^24 + 4*x^18 + 10*x^1 2 + 12*x^6 + 8*x^3 + 6) = 29/8 ]-adic valuation,
747+
[[ 2-adic valuation, v(x) = 1/24, v(x^24 + 4*x^18 + 10*x^12 + 12*x^6 + 8*x^3 + 6) = 29/8 ]-adic valuation,
748748
[ 2-adic valuation, v(x) = 1/24, v(x^24 + 4*x^18 + 2*x^12 + 12*x^6 + 8*x^3 + 6) = 29/8 ]-adic valuation]
749749
750750
"""

0 commit comments

Comments
 (0)