From 1a9a6da4f73a55786e81692a3ccc9f1ad1d618ed Mon Sep 17 00:00:00 2001 From: James Tanner Date: Tue, 1 Oct 2013 16:46:17 -0400 Subject: [PATCH] fix docstring indentation on scc modules --- source_control/bzr | 2 +- source_control/git | 2 +- source_control/hg | 2 +- source_control/subversion | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source_control/bzr b/source_control/bzr index 52435f66dab..728b8bab34e 100644 --- a/source_control/bzr +++ b/source_control/bzr @@ -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 = ''' diff --git a/source_control/git b/source_control/git index 51ada205ef2..b839540e842 100644 --- a/source_control/git +++ b/source_control/git @@ -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 diff --git a/source_control/hg b/source_control/hg index 2bf7b68f8a1..216116a1df9 100644 --- a/source_control/hg +++ b/source_control/hg @@ -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 diff --git a/source_control/subversion b/source_control/subversion index f2ca299c64e..fa7339fd9f9 100644 --- a/source_control/subversion +++ b/source_control/subversion @@ -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 = '''