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 daf93c0 commit b5af144Copy full SHA for b5af144
src/sage/rings/finite_rings/finite_field_base.pyx
@@ -2118,7 +2118,7 @@ cdef class FiniteField(Field):
2118
for col in B.columns()]
2119
2120
def from_bytes(self, input_bytes, byteorder="big"):
2121
- """
+ r"""
2122
Return the integer represented by the given array of bytes.
2123
2124
Internally relies on the python ``int.from_bytes()`` method.
0 commit comments