mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Correct docs for long(float).
This commit is contained in:
parent
8b13b3ede2
commit
1c33daf143
1 changed files with 1 additions and 2 deletions
|
|
@ -489,8 +489,7 @@ the interpreter.
|
|||
Otherwise, the argument may be a plain or
|
||||
long integer or a floating point number, and a long integer with
|
||||
the same value is returned. Conversion of floating
|
||||
point numbers to integers is defined by the C semantics;
|
||||
see the description of \function{int()}.
|
||||
point numbers to integers truncates (towards zero).
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{map}{function, list, ...}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue