Fix comment, mode really is used
This commit is contained in:
parent
4f959d2c73
commit
f421e81e41
|
@ -166,5 +166,5 @@ def open(file, flag=None, mode=0666):
|
||||||
will be modified by the prevailing umask).
|
will be modified by the prevailing umask).
|
||||||
|
|
||||||
"""
|
"""
|
||||||
# flag, mode arguments are currently ignored
|
# flag argument is currently ignored
|
||||||
return _Database(file, mode)
|
return _Database(file, mode)
|
||||||
|
|
Loading…
Reference in New Issue