mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 11:49:12 +00:00 
			
		
		
		
	Fix typo in io.rst (GH-30218)
This commit is contained in:
		
							parent
							
								
									10bf0a9ac3
								
							
						
					
					
						commit
						f9a4352056
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -131,7 +131,7 @@ explicitly when opening text files. If you want to use UTF-8, pass
 | 
			
		|||
``encoding="utf-8"``. To use the current locale encoding,
 | 
			
		||||
``encoding="locale"`` is supported in Python 3.10.
 | 
			
		||||
 | 
			
		||||
When you need to run existing code on Windows that attempts to opens
 | 
			
		||||
When you need to run existing code on Windows that attempts to open
 | 
			
		||||
UTF-8 files using the default locale encoding, you can enable the UTF-8
 | 
			
		||||
mode. See :ref:`UTF-8 mode on Windows <win-utf8-mode>`.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue