mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	fix spelling
This commit is contained in:
		
							parent
							
								
									79a922d6df
								
							
						
					
					
						commit
						d7943cb71d
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -133,7 +133,7 @@ def __oct__(self): return "07" | |||
|                    'Also, note the returned format is different.' | ||||
|         with catch_warning() as w: | ||||
|             self.assertWarning(oct(Spam()), w, expected) | ||||
|         expected = 'In 3.x, hex() converts the result of __index__ to hexidecimal.' | ||||
|         expected = 'In 3.x, hex() converts the result of __index__ to hexadecimal.' | ||||
|         with catch_warning() as w: | ||||
|             self.assertWarning(hex(Spam()), w, expected) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Benjamin Peterson
						Benjamin Peterson