Skip to content

Commit a2a1e36

Browse files
authored
Update src/sage/rings/padics/padic_lattice_element.py
1 parent da55dc5 commit a2a1e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/padics/padic_lattice_element.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ def unit_part(self):
10101010
sage: b.unit_part()
10111011
1 + 16*17 + O(17^3)
10121012
1013-
If the element is indistinguishable from zero, an error is raised.::
1013+
If the element is indistinguishable from zero, an error is raised::
10141014
10151015
sage: c = R(0, 5); c
10161016
O(17^5)

0 commit comments

Comments
 (0)