fix docstring indentation on scc modules

This commit is contained in:
James Tanner 2013-10-01 16:46:17 -04:00
parent 18379701f0
commit 1a9a6da4f7
4 changed files with 4 additions and 4 deletions

View file

@ -56,7 +56,7 @@ options:
version_added: "1.4"
description:
- Path to bzr executable to use. If not supplied,
the normal mechanism for resolving binary paths will be used.
the normal mechanism for resolving binary paths will be used.
'''
EXAMPLES = '''

View file

@ -79,7 +79,7 @@ options:
version_added: "1.4"
description:
- Path to git executable to use. If not supplied,
the normal mechanism for resolving binary paths will be used.
the normal mechanism for resolving binary paths will be used.
notes:
- If the task seems to be hanging, first verify remote host is in C(known_hosts).
SSH will prompt user to authorize the first contact with a remote host. One solution is to add

View file

@ -71,7 +71,7 @@ options:
version_added: "1.4"
description:
- Path to hg executable to use. If not supplied,
the normal mechanism for resolving binary paths will be used.
the normal mechanism for resolving binary paths will be used.
notes:
- If the task seems to be hanging, first verify remote host is in C(known_hosts).
SSH will prompt user to authorize the first contact with a remote host. One solution is to add

View file

@ -69,7 +69,7 @@ options:
version_added: "1.4"
description:
- Path to svn executable to use. If not supplied,
the normal mechanism for resolving binary paths will be used.
the normal mechanism for resolving binary paths will be used.
'''
EXAMPLES = '''