From 74e40b5fe14a585b1a681f0909f153a8002bc5c0 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 10 Jun 2015 12:42:15 -0400 Subject: [PATCH] fixed doc issue with git --- source_control/git.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source_control/git.py b/source_control/git.py index 5915880abd1..d1ed929a68e 100644 --- a/source_control/git.py +++ b/source_control/git.py @@ -167,9 +167,9 @@ options: version_added: "2.0" description: - if C(yes), when cloning or checking out a C(version) verify the - signature of a GPG signed commit. This requires C(git) version>=2.1.0 - to be installed. The commit MUST be signed and the public key MUST - be trusted in the GPG trustdb. + signature of a GPG signed commit. This requires C(git) version>=2.1.0 + to be installed. The commit MUST be signed and the public key MUST + be trusted in the GPG trustdb. notes: