mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
annoying whitespace inconsistency
This commit is contained in:
parent
2a7f384122
commit
07c1922b12
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ FUNC1(fabs, fabs,
|
|||
"fabs(x)\n\nReturn the absolute value of the real x.")
|
||||
FUNC1(floor, floor,
|
||||
"floor(x)\n\nReturn the floor of x as a real.")
|
||||
FUNC2(fmod, fmod,
|
||||
FUNC2(fmod, fmod,
|
||||
"fmod(x,y)\n\nReturn fmod(x, y), according to platform C."
|
||||
" x % y may differ.")
|
||||
FUNC2(hypot, hypot,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue