mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-06 08:24:02 -07:00
Fixes typo of dicionaries to dictionaries (#53505)
This commit is contained in:
parent
3bc474bf99
commit
f08a26d77b
2 changed files with 3 additions and 3 deletions
|
@ -364,7 +364,7 @@ class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable):
|
|||
def _get_instances_by_region(self, regions, filters, strict_permissions):
|
||||
'''
|
||||
:param regions: a list of regions in which to describe instances
|
||||
:param filters: a list of boto3 filter dicionaries
|
||||
:param filters: a list of boto3 filter dictionaries
|
||||
:param strict_permissions: a boolean determining whether to fail or ignore 403 error codes
|
||||
:return A list of instance dictionaries
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue