mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	Fix typo in comment
This commit is contained in:
		
							parent
							
								
									cf95f9cacb
								
							
						
					
					
						commit
						97c56357b1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -104,7 +104,7 @@ def decode(self, input, errors='strict'): | ||||||
| 
 | 
 | ||||||
| # | # | ||||||
| # The StreamWriter and StreamReader class provide generic working | # The StreamWriter and StreamReader class provide generic working | ||||||
| # interfaces which can be used to implement new encodings submodules | # interfaces which can be used to implement new encoding submodules | ||||||
| # very easily. See encodings/utf_8.py for an example on how this is | # very easily. See encodings/utf_8.py for an example on how this is | ||||||
| # done. | # done. | ||||||
| # | # | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andrew M. Kuchling
						Andrew M. Kuchling