Merge "Fix sp 'seonds' -> 'seconds'"

This commit is contained in:
Jenkins 2015-07-02 14:22:55 +00:00 committed by Gerrit Code Review
commit 0db3080cdd

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