mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Whitespace normalization.
This commit is contained in:
parent
15c1fe5047
commit
f733abb783
21 changed files with 128 additions and 128 deletions
|
@ -246,5 +246,5 @@ def open(file, flag=None, mode=0666):
|
|||
else:
|
||||
# Turn off any bits that are set in the umask
|
||||
mode = mode & (~um)
|
||||
|
||||
|
||||
return _Database(file, mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue