Fix comment, mode really is used

This commit is contained in:
Neal Norwitz 2003-03-01 22:58:00 +00:00
parent 4f959d2c73
commit f421e81e41
1 changed files with 1 additions and 1 deletions

View File

@ -166,5 +166,5 @@ def open(file, flag=None, mode=0666):
will be modified by the prevailing umask).
"""
# flag, mode arguments are currently ignored
# flag argument is currently ignored
return _Database(file, mode)