From 1a9a6da4f73a55786e81692a3ccc9f1ad1d618ed Mon Sep 17 00:00:00 2001 From: James Tanner Date: Tue, 1 Oct 2013 16:46:17 -0400 Subject: [PATCH 1/2] 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 = ''' From 550b1a8ee0818161a49c6f6c5b22f141b9435488 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Tue, 1 Oct 2013 16:58:35 -0400 Subject: [PATCH 2/2] typo in ec2_eip docstring --- cloud/ec2_eip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/ec2_eip b/cloud/ec2_eip index 9074a0c4b88..db7f9447cde 100644 --- a/cloud/ec2_eip +++ b/cloud/ec2_eip @@ -2,7 +2,7 @@ DOCUMENTATION = ''' --- module: ec2_eip -short_decription: associate an EC2 elastic IP with an instance. +short_description: associate an EC2 elastic IP with an instance. description: - This module associates AWS EC2 elastic IP addresses with instances version_added: 1.4