From: Just van Rossum Date: Sat, 30 Oct 1999 11:44:25 +0000 (+0000) Subject: Minor indentation cleanup -- jvr X-Git-Tag: v1.6a1~783 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f740070b129eabfdf0724848be51d06014abb09;p=thirdparty%2FPython%2Fcpython.git Minor indentation cleanup -- jvr --- diff --git a/Mac/Tools/IDE/PyEdit.py b/Mac/Tools/IDE/PyEdit.py index 35a5c1e46878..63a21e7f1ce4 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"]