@@ -1981,7 +1981,7 @@ Base and mixin classes
19811981
19821982 .. method :: winfo_exists()
19831983
1984- Return `` 1 `` if the widget exists, `` 0 `` otherwise.
1984+ Return true if the widget exists, false otherwise.
19851985
19861986 .. method :: winfo_fpixels(number)
19871987
@@ -2020,7 +2020,7 @@ Base and mixin classes
20202020
20212021 .. method :: winfo_ismapped()
20222022
2023- Return `` 1 `` if the widget is currently mapped, `` 0 `` otherwise.
2023+ Return true if the widget is currently mapped, false otherwise.
20242024
20252025 .. method :: winfo_manager()
20262026
@@ -2151,8 +2151,8 @@ Base and mixin classes
21512151
21522152 .. method :: winfo_viewable()
21532153
2154- Return `` 1 `` if the widget and all of its ancestors up through the
2155- nearest toplevel window are mapped, `` 0 `` otherwise.
2154+ Return true if the widget and all of its ancestors up through the
2155+ nearest toplevel window are mapped, false otherwise.
21562156
21572157 .. method :: winfo_visual()
21582158
@@ -5526,7 +5526,7 @@ Widget classes
55265526 .. method :: edit_modified(arg=None)
55275527
55285528 If *arg * is omitted, return the current state of the modified flag as
5529- `` 0 `` or `` 1 `` ; the flag is set automatically whenever the text is
5529+ true or false ; the flag is set automatically whenever the text is
55305530 inserted or deleted.
55315531 Otherwise set the flag to the boolean *arg *.
55325532
0 commit comments