mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	correct signature
This commit is contained in:
		
							parent
							
								
									27737259b4
								
							
						
					
					
						commit
						ae9f8bd2f9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -229,7 +229,7 @@ class DocDescriptor: | |||
|     """ | ||||
|     def __get__(self, obj, typ): | ||||
|         return ( | ||||
|             "open(file, mode='r', buffering=None, encoding=None, " | ||||
|             "open(file, mode='r', buffering=-1, encoding=None, " | ||||
|                  "errors=None, newline=None, closefd=True)\n\n" + | ||||
|             open.__doc__) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Benjamin Peterson
						Benjamin Peterson