]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
py-cvs merge, correct indentation
authorSteven M. Gava <elguavas@python.net>
Thu, 12 Jul 2001 05:35:17 +0000 (05:35 +0000)
committerSteven M. Gava <elguavas@python.net>
Thu, 12 Jul 2001 05:35:17 +0000 (05:35 +0000)
Lib/idlelib/WindowList.py

index 6de3e5855c5103f09dd7fa106e973925aaf15dc8..7e05a57c03296ce697f73a18777aad2eb3daf0c0 100644 (file)
@@ -39,7 +39,7 @@ class WindowList:
 
     def unregister_callback(self, callback):
         try:
-           self.callbacks.remove(callback)
+            self.callbacks.remove(callback)
         except ValueError:
             pass