correct signature

This commit is contained in:
Benjamin Peterson 2010-04-27 21:19:06 +00:00
parent 27737259b4
commit ae9f8bd2f9
1 changed files with 1 additions and 1 deletions

View File

@ -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__)