Skip to content

Commit 33a2cc0

Browse files
Noddskirpichev
andauthored
Fix whitespace
Co-authored-by: Sergey B Kirpichev <[email protected]>
1 parent fd842b0 commit 33a2cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/math.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ noted otherwise, all return values are floats.
4040
--------------------------------------------------------------------------------------------------
4141
:func:`ceil(x) <ceil>` Ceiling of *x*, the smallest integer greater than or equal to *x*
4242
:func:`fabs(x) <fabs>` Absolute value of *x*
43-
:func:`floor (x) <floor>` Floor of *x*, the largest integer less than or equal to *x*
43+
:func:`floor(x) <floor>` Floor of *x*, the largest integer less than or equal to *x*
4444
:func:`fma(x, y, z) <fma>` Fused multiply-add operation: ``(x * y) + z``
4545
:func:`fmod(x, y) <fmod>` Remainder of division ``x / y``
4646
:func:`modf(x) <modf>` Fractional and integer parts of *x*

0 commit comments

Comments
 (0)