From 8c6741b2bb3ad9419a715e424811190356cf9bc2 Mon Sep 17 00:00:00 2001 From: Ted Timmons Date: Fri, 18 Mar 2016 12:03:14 -0700 Subject: [PATCH] fix typo in documentation let's -> lets --- lib/ansible/modules/cloud/amazon/s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/s3.py b/lib/ansible/modules/cloud/amazon/s3.py index db092dc6e8c..ba03c2774e4 100644 --- a/lib/ansible/modules/cloud/amazon/s3.py +++ b/lib/ansible/modules/cloud/amazon/s3.py @@ -94,7 +94,7 @@ options: default: null permission: description: - - This option let's the user set the canned permissions on the object/bucket that are created. The permissions that can be set are 'private', 'public-read', 'public-read-write', 'authenticated-read'. Multiple permissions can be specified as a list. + - This option lets the user set the canned permissions on the object/bucket that are created. The permissions that can be set are 'private', 'public-read', 'public-read-write', 'authenticated-read'. Multiple permissions can be specified as a list. required: false default: private version_added: "2.0"