diff options
Diffstat (limited to 'Demo/tkinter/guido/listtree.py')
-rwxr-xr-x | Demo/tkinter/guido/listtree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/tkinter/guido/listtree.py b/Demo/tkinter/guido/listtree.py index 5b5984c..c5e3bc5 100755 --- a/Demo/tkinter/guido/listtree.py +++ b/Demo/tkinter/guido/listtree.py @@ -1,4 +1,4 @@ -# Print a remote app's widget tree (names and classes only) +# List a remote app's widget tree (names and classes only) import sys import string |