From c539625f49d3548228b10d305412741d41350051 Mon Sep 17 00:00:00 2001 From: pille Date: Wed, 27 Nov 2013 13:07:41 +0100 Subject: [PATCH] fix missing blanks in sphinx syntax --- salt/modules/archive.py | 2 +- salt/modules/win_ip.py | 2 +- salt/states/rvm.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/salt/modules/archive.py b/salt/modules/archive.py index 5ba957a2b6..9db9dc6068 100644 --- a/salt/modules/archive.py +++ b/salt/modules/archive.py @@ -74,7 +74,7 @@ def tar(options, tarfile, sources=None, dest=None, cwd=None, template=None): To unpack a tarfile, for example: - ..code-block:: bash + .. code-block:: bash salt '*' archive.tar foo.tar xf dest=/target/directory diff --git a/salt/modules/win_ip.py b/salt/modules/win_ip.py index b40b999990..3acda29f24 100644 --- a/salt/modules/win_ip.py +++ b/salt/modules/win_ip.py @@ -369,7 +369,7 @@ def set_dhcp_all(iface): CLI Example: - ..code-block:: bash + .. code-block:: bash salt -G 'os_family:Windows' ip.set_dhcp_all 'Local Area Connection' ''' diff --git a/salt/states/rvm.py b/salt/states/rvm.py index 31abb4ebc9..02856732d8 100644 --- a/salt/states/rvm.py +++ b/salt/states/rvm.py @@ -188,7 +188,7 @@ def installed(name, default=False, runas=None, user=None): user: None The user to run rvm as. - ..versionadded:: 0.17.0 + .. versionadded:: 0.17.0 ''' ret = {'name': name, 'result': None, 'comment': '', 'changes': {}}