Skip to content

Commit b3c3698

Browse files
JulienPalardserhiy-storchaka
authored andcommitted
Fix superfluous if in documentation. (GH-6728)
1 parent ac9240b commit b3c3698

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)