correct signature
This commit is contained in:
parent
27737259b4
commit
ae9f8bd2f9
|
@ -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…
Reference in New Issue