Skip to content

Commit 71a5e02

Browse files
author
Benedikt Schmitt
committed
*fixed* documentation thanks to @AnkurTank (issue #49)
1 parent 68f5024 commit 71a5e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filelock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def acquire(self, timeout=None, poll_intervall=0.05):
235235
236236
:arg float timeout:
237237
The maximum time waited for the file lock.
238-
If ``timeout <= 0``, there is no timeout and this method will
238+
If ``timeout < 0``, there is no timeout and this method will
239239
block until the lock could be acquired.
240240
If ``timeout`` is None, the default :attr:`~timeout` is used.
241241

0 commit comments

Comments
 (0)