diff options
author | Just van Rossum <just@lettererror.com> | 1999-10-30 11:44:25 (GMT) |
---|---|---|
committer | Just van Rossum <just@lettererror.com> | 1999-10-30 11:44:25 (GMT) |
commit | 5f740070b129eabfdf0724848be51d06014abb09 (patch) | |
tree | 73997cb71f7f4ef6616e2b0abc21017eb927c656 /Mac/Tools | |
parent | 460ff20cd6f0431f177eabe1eb62cf452f1679d0 (diff) | |
download | cpython-5f740070b129eabfdf0724848be51d06014abb09.zip cpython-5f740070b129eabfdf0724848be51d06014abb09.tar.gz cpython-5f740070b129eabfdf0724848be51d06014abb09.tar.bz2 |
Minor indentation cleanup -- jvr
Diffstat (limited to 'Mac/Tools')
-rw-r--r-- | Mac/Tools/IDE/PyEdit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Tools/IDE/PyEdit.py b/Mac/Tools/IDE/PyEdit.py index 35a5c1e..63a21e7 100644 --- a/Mac/Tools/IDE/PyEdit.py +++ b/Mac/Tools/IDE/PyEdit.py @@ -83,7 +83,7 @@ class Editor(W.Window): W.Window.__init__(self, bounds, self.title, minsize = (330, 120), tabbable = 0) self.setupwidgets(text) if change > 0: - self.editgroup.editor.changed = 1 + self.editgroup.editor.changed = 1 if self.settings.has_key("selection"): selstart, selend = self.settings["selection"] |