Whitespace fix.

This commit is contained in:
rallytime 2016-03-29 09:07:28 -06:00
parent abd432746c
commit 7b9c05487c

View file

@ -280,7 +280,7 @@ def running(name, enable=None, sig=None, init_delay=None, **kwargs):
.. note::
``watch`` can be used with service.running to restart a service when
another state changes ( example: a file.managed state that creates the
service's config file ). More details regarding ``watch`` can be found
service's config file ). More details regarding ``watch`` can be found
in the :doc:`Requisites </ref/states/requisites>` documentation.
'''
ret = {'name': name,