mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	ACK! There was still an unescaped newline in a docstring.
This commit is contained in:
		
							parent
							
								
									35f7542e83
								
							
						
					
					
						commit
						fc6aba5008
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1065,7 +1065,7 @@ array_tolist(self, args) | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| static char tolist_doc [] = | static char tolist_doc [] = | ||||||
| "tolist() -> list | "tolist() -> list\n\
 | ||||||
| \n\ | \n\ | ||||||
| Convert array to an ordinary list with the same items."; | Convert array to an ordinary list with the same items."; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum