mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Fix comment typo
This commit is contained in:
		
							parent
							
								
									d9b38d2729
								
							
						
					
					
						commit
						22ab06e4de
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1015,7 +1015,7 @@ def parse_keqv_list(l): | |||
| def parse_http_list(s): | ||||
|     """Parse lists as described by RFC 2068 Section 2. | ||||
| 
 | ||||
|     In particular, parse comman-separated lists where the elements of | ||||
|     In particular, parse comma-separated lists where the elements of | ||||
|     the list may include quoted-strings.  A quoted-string could | ||||
|     contain a comma. | ||||
|     """ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andrew M. Kuchling
						Andrew M. Kuchling