Skip to content

Commit b5af144

Browse files
authored
Update finite_field_base.pyx
1 parent daf93c0 commit b5af144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/finite_rings/finite_field_base.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2118,7 +2118,7 @@ cdef class FiniteField(Field):
21182118
for col in B.columns()]
21192119

21202120
def from_bytes(self, input_bytes, byteorder="big"):
2121-
"""
2121+
r"""
21222122
Return the integer represented by the given array of bytes.
21232123
21242124
Internally relies on the python ``int.from_bytes()`` method.

0 commit comments

Comments
 (0)