Kaydet (Commit) b3c36986 authored tarafından Julien Palard's avatar Julien Palard Kaydeden (comit) Serhiy Storchaka

Fix superfluous if in documentation. (GH-6728)

üst ac9240b9
......@@ -734,7 +734,7 @@ are always available. They are listed here in alphabetical order.
:meth:`x.__int__() <object.__int__>`. If *x* defines
:meth:`x.__trunc__() <object.__trunc__>` but not
:meth:`x.__int__() <object.__int__>`, then return
if :meth:`x.__trunc__() <object.__trunc__>`. For floating point numbers,
:meth:`x.__trunc__() <object.__trunc__>`. For floating point numbers,
this truncates towards zero.
If *x* is not a number or if *base* is given, then *x* must be a string,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment