We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941311b commit daf93c0Copy full SHA for daf93c0
src/sage/rings/finite_rings/element_base.pyx
@@ -143,7 +143,7 @@ cdef class FiniteRingElement(CommutativeRingElement):
143
raise ValueError("unknown algorithm")
144
145
def to_bytes(self, byteorder="big"):
146
- """
+ r"""
147
Return an array of bytes representing an integer.
148
149
Internally relies on the python ``int.to_bytes()`` method.
0 commit comments