mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix comment in docstring that trailed off mid-sentence
This commit is contained in:
parent
94b5fc572f
commit
1dbc3b5489
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue