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

Commit

Permalink
Fix doctest output for residue rings
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Feb 15, 2022
1 parent 1a3bc10 commit c44129b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/rings/valuation/augmented_valuation.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ def residue_ring(self):
sage: v = GaussValuation(R, QQ.valuation(2))
sage: w = v.augmentation(x^2 + x + 1, infinity)
sage: w.residue_ring()
Finite Field in u1 of size 2^2
Finite Field in u1 of size 2^2 over its base
Since trivial extensions of finite fields are not implemented, the
resulting ring might be identical to the residue ring of the underlying
Expand Down Expand Up @@ -1179,7 +1179,7 @@ def residue_ring(self):
sage: w = v.augmentation(x^2 + x + 1, 1)
sage: w.residue_ring()
Univariate Polynomial Ring in x over Finite Field in u1 of size 2^2
Univariate Polynomial Ring in x over Finite Field in u1 of size 2^2 over its base
Since trivial valuations of finite fields are not implemented, the
resulting ring might be identical to the residue ring of the underlying
Expand Down

0 comments on commit c44129b

Please sign in to comment.