Skip to content

Commit c587235

Browse files
Fix superfluous if in documentation. (GH-6728)
(cherry picked from commit b3c3698) Co-authored-by: Julien Palard <[email protected]>
1 parent a0ff519 commit c587235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ are always available. They are listed here in alphabetical order.
734734
:meth:`x.__int__() <object.__int__>`. If *x* defines
735735
:meth:`x.__trunc__() <object.__trunc__>` but not
736736
:meth:`x.__int__() <object.__int__>`, then return
737-
if :meth:`x.__trunc__() <object.__trunc__>`. For floating point numbers,
737+
:meth:`x.__trunc__() <object.__trunc__>`. For floating point numbers,
738738
this truncates towards zero.
739739

740740
If *x* is not a number or if *base* is given, then *x* must be a string,

0 commit comments

Comments
 (0)