Fix typo in docstring

This commit is contained in:
Nicolas Delaby 2015-09-27 18:47:26 +02:00
parent 333c305ba0
commit 9cea62de67

View file

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