mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Fix typo in comment.
This commit is contained in:
		
							parent
							
								
									76e4d62822
								
							
						
					
					
						commit
						fc7e72d1c6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -26,7 +26,7 @@ def read(self, size=-1): | |||
| class ReadTest(unittest.TestCase): | ||||
|     def check_partial(self, input, partialresults): | ||||
|         # get a StreamReader for the encoding and feed the bytestring version | ||||
|         # of input to the reader byte by byte. Read every available from | ||||
|         # of input to the reader byte by byte. Read everything available from | ||||
|         # the StreamReader and check that the results equal the appropriate | ||||
|         # entries from partialresults. | ||||
|         q = Queue() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Walter Dörwald
						Walter Dörwald