mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Issue #24790: correct typo noticed by Eric Smith
This commit is contained in:
		
							parent
							
								
									2050a1061f
								
							
						
					
					
						commit
						8e9296702a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -120,7 +120,7 @@ def setfunction(value, key=key, object=self.object): | |||
|             sublist.append(item) | ||||
|         return sublist | ||||
| 
 | ||||
|     def keys(self):  # unused, left for possible 3rd parcy use | ||||
|     def keys(self):  # unused, left for possible 3rd party use | ||||
|         return list(self.object.keys()) | ||||
| 
 | ||||
| def _stack_viewer(parent): | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Terry Jan Reedy
						Terry Jan Reedy