mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Another instance of the same typo.
This commit is contained in:
		
							parent
							
								
									d591f666de
								
							
						
					
					
						commit
						cca3491dbe
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -46,7 +46,7 @@ def testMultiply(self): | |||
| 
 | ||||
| __author__ = "Steve Purcell" | ||||
| __email__ = "stephen_purcell at yahoo dot com" | ||||
| __version__ = "#Revision: 1.61 $"[11:-2] | ||||
| __version__ = "#Revision: 1.62 $"[11:-2] | ||||
| 
 | ||||
| import time | ||||
| import sys | ||||
|  | @ -341,7 +341,7 @@ def failIfAlmostEqual(self, first, second, places=7, msg=None): | |||
|            difference rounded to the given number of decimal places | ||||
|            (default 7) and comparing to zero. | ||||
| 
 | ||||
|            Note that decimal places (from zero) is usually not the same | ||||
|            Note that decimal places (from zero) are usually not the same | ||||
|            as significant digits (measured from the most signficant digit). | ||||
|         """ | ||||
|         if round(second-first, places) == 0: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Steve Purcell
						Steve Purcell