Skip to content

Commit f6bb7c9

Browse files
GiacomoPopetscrim
andauthored
Update src/sage/rings/integer_ring.pyx
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
1 parent b5af144 commit f6bb7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/integer_ring.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,7 @@ cdef class IntegerRing_class(PrincipalIdealDomain):
15751575
return pAdicValuation(self, p)
15761576

15771577
def from_bytes(self, input_bytes, byteorder="big", is_signed=False):
1578-
"""
1578+
r"""
15791579
Return the integer represented by the given array of bytes.
15801580
15811581
Internally relies on the python ``int.from_bytes()`` method.

0 commit comments

Comments
 (0)