Skip to content

Commit 9713051

Browse files
author
Xavier Caruso
committed
fix failing doctests
1 parent 130cdb4 commit 9713051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/rings/tate_algebra_element.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2543,7 +2543,7 @@ cdef class TateAlgebraElement(CommutativeAlgebraElement):
25432543
However `\log(1+x)` converges on a smaller disk::
25442544
25452545
sage: f.restriction(-1).log()
2546-
...0000000001*x + ...000000000.1*x^3 + ...111111111*x^2 + ...
2546+
...000000001*x + ...0000000.1*x^3 + ...111111*x^2 + ...
25472547
+ O(3^10 * <3*x, 3*y>)
25482548
25492549
TESTS::
@@ -2701,7 +2701,7 @@ cdef class TateAlgebraElement(CommutativeAlgebraElement):
27012701
However `\exp(x)` converges on a smaller disk::
27022702
27032703
sage: f.restriction(-1).exp()
2704-
...0000000001 + ...0000000001*x + ...111111111.2*x^3 + ...111111112*x^2
2704+
...0000000001 + ...000000001*x + ...1111111.2*x^3 + ...111112*x^2
27052705
+ ... + O(3^10 * <3*x, 3*y>)
27062706
27072707
TESTS::

0 commit comments

Comments
 (0)