mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Whitespace normalization, via reindent.py.
This commit is contained in:
		
							parent
							
								
									e6ddc8b20b
								
							
						
					
					
						commit
						182b5aca27
					
				
					 453 changed files with 31318 additions and 31452 deletions
				
			
		|  | @ -5,9 +5,9 @@ | |||
| 
 | ||||
| class New_Button(Button): | ||||
|     def callback(self): | ||||
| 	print self.counter | ||||
| 	self.counter = self.counter + 1 | ||||
|      | ||||
|         print self.counter | ||||
|         self.counter = self.counter + 1 | ||||
| 
 | ||||
| def createWidgets(top): | ||||
|     f = Frame(top) | ||||
|     f.pack() | ||||
|  | @ -26,4 +26,3 @@ def createWidgets(top): | |||
| root = Tk() | ||||
| createWidgets(root) | ||||
| root.mainloop() | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Peters
						Tim Peters