mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	fix typo
This commit is contained in:
		
							parent
							
								
									c750d4d761
								
							
						
					
					
						commit
						037154865e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -57,7 +57,7 @@ def testMultiply(self): | ||||||
| ############################################################################## | ############################################################################## | ||||||
| __all__ = ['TestResult', 'TestCase', 'TestSuite', 'ClassTestSuite', | __all__ = ['TestResult', 'TestCase', 'TestSuite', 'ClassTestSuite', | ||||||
|            'TextTestRunner', 'TestLoader', 'FunctionTestCase', 'main', |            'TextTestRunner', 'TestLoader', 'FunctionTestCase', 'main', | ||||||
|            'defaultTestLoader', 'SkipException', 'skip', 'skipIf', 'skipUnless', |            'defaultTestLoader', 'SkipTest', 'skip', 'skipIf', 'skipUnless', | ||||||
|            'expectedFailure'] |            'expectedFailure'] | ||||||
| 
 | 
 | ||||||
| # Expose obsolete functions for backwards compatibility | # Expose obsolete functions for backwards compatibility | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Benjamin Peterson
						Benjamin Peterson