Merge "Fix sp 'seonds' -> 'seconds'"
This commit is contained in:
commit
0db3080cdd
@ -52,7 +52,7 @@ class Lock(object):
|
||||
:param blocking: If True, blocks until the lock is acquired. If False,
|
||||
returns right away. Otherwise, the value is used as a
|
||||
timeout value and the call returns maximum after this
|
||||
number of seonds.
|
||||
number of seconds.
|
||||
:returns: returns true if acquired (false if not)
|
||||
:rtype: bool
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user