mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
Fix typos in the Lib directory as identified by codespell.
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 745c9d9dfc)
Automerge-Triggered-By: GH:JulienPalard
			
			
This commit is contained in:
		
							parent
							
								
									da56601783
								
							
						
					
					
						commit
						4346b81cc6
					
				
					 53 changed files with 67 additions and 67 deletions
				
			
		|  | @ -227,7 +227,7 @@ def prepare_broken_pipe_test(self): | |||
|         # buffer large enough to feed the whole pipe buffer | ||||
|         large_data = b'x' * support.PIPE_MAX_SIZE | ||||
| 
 | ||||
|         # the program ends before the stdin can be feeded | ||||
|         # the program ends before the stdin can be fed | ||||
|         proc = self.loop.run_until_complete( | ||||
|             asyncio.create_subprocess_exec( | ||||
|                 sys.executable, '-c', 'pass', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Christian Clauss
						Christian Clauss