Whitespace fix.

This commit is contained in:
rallytime 2016-03-29 09:03:26 -06:00
parent e3db0640ec
commit 777a2c4e83

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,