Skip to content

Commit daf93c0

Browse files
authored
Update element_base.pyx
1 parent 941311b commit daf93c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/finite_rings/element_base.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ cdef class FiniteRingElement(CommutativeRingElement):
143143
raise ValueError("unknown algorithm")
144144

145145
def to_bytes(self, byteorder="big"):
146-
"""
146+
r"""
147147
Return an array of bytes representing an integer.
148148
149149
Internally relies on the python ``int.to_bytes()`` method.

0 commit comments

Comments
 (0)