Kaydet (Commit) ae9f8bd2 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

correct signature

üst 27737259
...@@ -229,7 +229,7 @@ class DocDescriptor: ...@@ -229,7 +229,7 @@ class DocDescriptor:
""" """
def __get__(self, obj, typ): def __get__(self, obj, typ):
return ( 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" + "errors=None, newline=None, closefd=True)\n\n" +
open.__doc__) open.__doc__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment