We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ff519 commit c587235Copy full SHA for c587235
Doc/library/functions.rst
@@ -734,7 +734,7 @@ are always available. They are listed here in alphabetical order.
734
:meth:`x.__int__() <object.__int__>`. If *x* defines
735
:meth:`x.__trunc__() <object.__trunc__>` but not
736
:meth:`x.__int__() <object.__int__>`, then return
737
- if :meth:`x.__trunc__() <object.__trunc__>`. For floating point numbers,
+ :meth:`x.__trunc__() <object.__trunc__>`. For floating point numbers,
738
this truncates towards zero.
739
740
If *x* is not a number or if *base* is given, then *x* must be a string,
0 commit comments