remove unnecessary spaces in cmdmod.py docs

This commit is contained in:
Ch3LL 2018-08-07 15:54:44 -04:00
parent 757daf7d7e
commit 8269b55b84
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73

View file

@ -1169,7 +1169,6 @@ def shell(cmd,
cmd.shell 'echo '\\''h=\\"baz\\"'\\\''' runas=macuser
:param str password: Windows only. Required when specifying ``runas``. This
parameter will be ignored on non-Windows platforms.
@ -1970,7 +1969,6 @@ def retcode(cmd,
cmd.retcode 'echo '\\''h=\\"baz\\"'\\\''' runas=macuser
:param str password: Windows only. Required when specifying ``runas``. This
parameter will be ignored on non-Windows platforms.
@ -3736,7 +3734,6 @@ def run_bg(cmd,
cmd.run_bg 'echo '\''h=\"baz\"'\''' runas=macuser
:param str password: Windows only. Required when specifying ``runas``. This
parameter will be ignored on non-Windows platforms.