mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #27450 from ticosax/fix-typo
[dockerng] Fix typo in docstring
This commit is contained in:
commit
c639931340
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ NOTSET = object()
|
|||
|
||||
def __virtual__():
|
||||
'''
|
||||
Only load if the dockerio execution module is available
|
||||
Only load if the dockerng execution module is available
|
||||
'''
|
||||
if 'dockerng.version' in __salt__:
|
||||
global _validate_input # pylint: disable=global-statement
|
||||
|
|
Loading…
Add table
Reference in a new issue