diff options
author | Guido van Rossum <guido@python.org> | 1994-08-03 08:10:35 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-08-03 08:10:35 (GMT) |
commit | 3d0df46fffd07aacfd46a9e1b345588756385f38 (patch) | |
tree | d12f405d271596ba712455ca4ff151593d1c2e27 /Demo/tkinter/guido/listtree.py | |
parent | d7b19488d75220eb8409845ad5d3f48d2dfa2193 (diff) | |
download | cpython-3d0df46fffd07aacfd46a9e1b345588756385f38.zip cpython-3d0df46fffd07aacfd46a9e1b345588756385f38.tar.gz cpython-3d0df46fffd07aacfd46a9e1b345588756385f38.tar.bz2 |
AttrDialog.py: some structural changes
listtree.py: "Print" -> "List" in description
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 |