@@ -1986,7 +1986,7 @@ Base and mixin classes
19861986
19871987 .. method :: winfo_exists()
19881988
1989- Return `` 1 `` if the widget exists, `` 0 `` otherwise.
1989+ Return true if the widget exists, false otherwise.
19901990
19911991 .. method :: winfo_fpixels(number)
19921992
@@ -2025,7 +2025,7 @@ Base and mixin classes
20252025
20262026 .. method :: winfo_ismapped()
20272027
2028- Return `` 1 `` if the widget is currently mapped, `` 0 `` otherwise.
2028+ Return true if the widget is currently mapped, false otherwise.
20292029
20302030 .. method :: winfo_manager()
20312031
@@ -2156,8 +2156,8 @@ Base and mixin classes
21562156
21572157 .. method :: winfo_viewable()
21582158
2159- Return `` 1 `` if the widget and all of its ancestors up through the
2160- nearest toplevel window are mapped, `` 0 `` otherwise.
2159+ Return true if the widget and all of its ancestors up through the
2160+ nearest toplevel window are mapped, false otherwise.
21612161
21622162 .. method :: winfo_visual()
21632163
@@ -5534,7 +5534,7 @@ Widget classes
55345534 .. method :: edit_modified(arg=None)
55355535
55365536 If *arg * is omitted, return the current state of the modified flag as
5537- `` 0 `` or `` 1 `` ; the flag is set automatically whenever the text is
5537+ true or false ; the flag is set automatically whenever the text is
55385538 inserted or deleted.
55395539 Otherwise set the flag to the boolean *arg *.
55405540
0 commit comments