Skip to content

Commit

Permalink
fixed format
Browse files Browse the repository at this point in the history
  • Loading branch information
marie committed Apr 8, 2023
1 parent 2b622f3 commit 99d059f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/rings/real_double.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1521,8 +1521,8 @@ cdef class RealDoubleElement(FieldElement):

def round(self):
"""
Rounds `self` to the nearest integer. Uses the convention of rounding
half to even (i.e. if the fractional part of `self` is `0.5`, then it
Rounds ``self`` to the nearest integer. Uses the convention of rounding
half to even (i.e. if the fractional part of ``self`` is `0.5`, then it
is rounded to the nearest even integer).
EXAMPLES::
Expand Down

0 comments on commit 99d059f

Please sign in to comment.