Fix comment in docstring that trailed off mid-sentence

This commit is contained in:
Erik Johnson 2015-10-12 12:35:09 -05:00
parent 94b5fc572f
commit 1dbc3b5489

View file

@ -291,7 +291,7 @@ def clear_lock(clear_func, lock_type, remote=None):
that a subset of remotes can be targeted.
Returns a tuple containing two lists: One with messages
Returns the return data from ``clear_func``.
'''
msg = 'Clearing update lock for {0} remotes'.format(lock_type)
if remote: