mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Remove extra "]" in splitlines() docstring.
Reported by Neal Norwitz.
This commit is contained in:
		
							parent
							
								
									dc57909323
								
							
						
					
					
						commit
						2bae4face2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -2538,7 +2538,7 @@ string_istitle(PyStringObject *self, PyObject *uncased) | |||
| 
 | ||||
| 
 | ||||
| static char splitlines__doc__[] = | ||||
| "S.splitlines([keepends]]) -> list of strings\n\
 | ||||
| "S.splitlines([keepends]) -> list of strings\n\
 | ||||
| \n\ | ||||
| Return a list of the lines in S, breaking at line boundaries.\n\ | ||||
| Line breaks are not included in the resulting list unless keepends\n\ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fred Drake
						Fred Drake