update incorrect comment wording

This commit is contained in:
Justin Findlay 2015-05-14 14:40:33 -06:00
parent a978f5c091
commit 626930a4e5

View file

@ -1015,7 +1015,7 @@ def fopen(*args, **kwargs):
NB! We still have small race condition between open and fcntl.
'''
# Remove lock, uid, gid and mode from kwargs if present
# Remove lock from kwargs if present
lock = kwargs.pop('lock', False)
if lock is True: