Unverified Kaydet (Commit) c587235f authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) GitHub

Fix superfluous if in documentation. (GH-6728)

(cherry picked from commit b3c36986)
Co-authored-by: 's avatarJulien Palard <julien@palard.fr>
üst a0ff5196
...@@ -734,7 +734,7 @@ are always available. They are listed here in alphabetical order. ...@@ -734,7 +734,7 @@ are always available. They are listed here in alphabetical order.
:meth:`x.__int__() <object.__int__>`. If *x* defines :meth:`x.__int__() <object.__int__>`. If *x* defines
:meth:`x.__trunc__() <object.__trunc__>` but not :meth:`x.__trunc__() <object.__trunc__>` but not
:meth:`x.__int__() <object.__int__>`, then return :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. this truncates towards zero.
If *x* is not a number or if *base* is given, then *x* must be a string, 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