Skip to content

Commit f6f4e40

Browse files
fchapotondimpase
authored andcommitted
fix the linter once more
1 parent 5bd81de commit f6f4e40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sage/rings/real_double.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ cdef class RealDoubleElement(FieldElement):
15221522
def round(self):
15231523
"""
15241524
Round ``self`` to the nearest integer.
1525-
1525+
15261526
This uses the convention of rounding half to even
15271527
(i.e., if the fractional part of ``self`` is `0.5`, then it
15281528
is rounded to the nearest even integer).

src/sage/rings/real_mpfr.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2992,7 +2992,7 @@ cdef class RealNumber(sage.structure.element.RingElement):
29922992
"""
29932993
Round ``self`` to the nearest representable integer, rounding halfway
29942994
cases away from zero.
2995-
2995+
29962996
.. NOTE::
29972997
29982998
The rounding mode of the parent field does not affect the result.

0 commit comments

Comments
 (0)