mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Syntax cleanup.
This commit is contained in:
		
							parent
							
								
									3f8ab965f7
								
							
						
					
					
						commit
						02ea12b291
					
				
					 7 changed files with 9 additions and 11 deletions
				
			
		|  | @ -733,7 +733,7 @@ def __repr__(self): | |||
| 
 | ||||
| pyinteger_or_bool = StackObject( | ||||
|                         name='int_or_bool', | ||||
|                         obtype=(int, int, bool), | ||||
|                         obtype=(int, bool), | ||||
|                         doc="A Python integer object (short or long), or " | ||||
|                             "a Python bool.") | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Florent Xicluna
						Florent Xicluna