From 75f31986059645daeaf398d0e24e6bbf4b290570 Mon Sep 17 00:00:00 2001 From: Irfan <41751162+syedirfan23@users.noreply.github.com> Date: Sat, 8 Jul 2023 04:01:15 +0530 Subject: [PATCH] Fix typo in documentation (#577) --- plugins/inventory/gcp_compute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inventory/gcp_compute.py b/plugins/inventory/gcp_compute.py index d98d9c9..355f768 100644 --- a/plugins/inventory/gcp_compute.py +++ b/plugins/inventory/gcp_compute.py @@ -39,7 +39,7 @@ DOCUMENTATION = """ description: > A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/compute/docs/reference/rest/v1/instances/aggregatedList). - Each additional filter in the list will act be added as an AND condition + Each additional filter in the list will be added as an AND condition (filter1 and filter2) type: list hostnames: