mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Reindent
This commit is contained in:
		
							parent
							
								
									9c17ff91f3
								
							
						
					
					
						commit
						80875fe439
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -60,7 +60,7 @@ def test_issue7820(self): | |||
|         self.assertRaises(SyntaxError, eval, b'\xef\xbb\x20') | ||||
| 
 | ||||
|     def test_20731(self): | ||||
|         sub = subprocess.Popen([sys.executable,  | ||||
|         sub = subprocess.Popen([sys.executable, | ||||
|                         os.path.join(os.path.dirname(__file__), | ||||
|                                      'coding20731.py')], | ||||
|                         stderr=subprocess.PIPE) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Martin v. Löwis
						Martin v. Löwis