Update aws_caller_facts.py (#41936)

Minor typo (accont vs account) and rewording to remove dangling from.

+label: docsite_pr
pull/4420/head
David Medberry 2018-06-25 17:54:44 -06:00 committed by Will Thames
parent ad2e8dd6d8
commit ffba0a5d99
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ DOCUMENTATION = '''
module: aws_caller_facts module: aws_caller_facts
short_description: Get facts about the user and account being used to make AWS calls. short_description: Get facts about the user and account being used to make AWS calls.
description: description:
- This module returns information about the accont and user / role that the AWS access tokens are from. - This module returns information about the account and user / role from which the AWS access tokens originate.
- The primary use of this is to get the account id for templating into ARNs or similar to avoid needing to specify this information in inventory. - The primary use of this is to get the account id for templating into ARNs or similar to avoid needing to specify this information in inventory.
version_added: "2.6" version_added: "2.6"