Skip to content

Commit 1a32b36

Browse files
committed
whitespace removal
1 parent 5e106eb commit 1a32b36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sage/rings/integer.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7162,7 +7162,7 @@ cdef class Integer(sage.structure.element.EuclideanDomainElement):
71627162
return the_integer_ring(self.__pari__().binomial(mm))
71637163
else:
71647164
raise ValueError("algorithm must be one of: 'pari' or 'gmp' (alias: 'mpir')")
7165-
7165+
71667166
def to_bytes(self, length=1, byteorder="big", is_signed=False):
71677167
"""
71687168
Return an array of bytes representing an integer. Internally relies

src/sage/rings/integer_ring.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ cdef class IntegerRing_class(PrincipalIdealDomain):
15781578
"""
15791579
Return the integer represented by the given array of bytes. Internally relies
15801580
on the python ``int.from_bytes()`` method.
1581-
1581+
15821582
INPUT:
15831583
15841584
- ``input_bytes`` -- a bytes-like object or iterable producing bytes

0 commit comments

Comments
 (0)