Fix sp 'seonds' -> 'seconds'

Change-Id: Ieb84a7edd65ee8d3126ac2b70d55528ff7e87d49
This commit is contained in:
Joshua Harlow 2015-07-01 18:49:09 -07:00
parent 5ab78903b4
commit 432b02701f
1 changed files with 1 additions and 1 deletions

View File

@ -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