Skip to content

Commit 2c7615f

Browse files
author
Noel Roemmele
committed
Fixed semicolon in test block.
1 parent ada208e commit 2c7615f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/padics/padic_generic_element.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2959,7 +2959,7 @@ cdef class pAdicGenericElement(LocalGenericElement):
29592959
sage: x.exp(algorithm='generic') # indirect doctest # needs sage.libs.ntl
29602960
1 + w*7 + (4*w + 2)*7^2 + (w + 6)*7^3 + 5*7^4 + O(7^5)
29612961
2962-
TESTS::
2962+
TESTS:
29632963
29642964
Verify that :trac:`38037` is fixed::
29652965

0 commit comments

Comments
 (0)