From f7e5494a67ae2f5b8480ab6c0f125b8a30f4da28 Mon Sep 17 00:00:00 2001 From: Ryan Hatter <25823361+RNHTTR@users.noreply.github.com> Date: Mon, 10 Jun 2019 23:32:19 +0200 Subject: [PATCH] Small grammar error (#57654) --- lib/ansible/modules/cloud/amazon/lambda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/lambda.py b/lib/ansible/modules/cloud/amazon/lambda.py index 5e36723674..3264296ba5 100644 --- a/lib/ansible/modules/cloud/amazon/lambda.py +++ b/lib/ansible/modules/cloud/amazon/lambda.py @@ -138,7 +138,7 @@ EXAMPLES = ''' key1: "1" key2: "2" -# To remove previously added tags pass a empty dict +# To remove previously added tags pass an empty dict - name: remove tags lambda: name: 'Lambda function'