From bb39dae14f1b301297774f9e91d846729d404a24 Mon Sep 17 00:00:00 2001 From: Jill R <4121322+jillr@users.noreply.github.com> Date: Wed, 8 Jul 2020 15:15:25 -0700 Subject: [PATCH] Cleanup sanity items that were not previously caught (#131) --- rds_param_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rds_param_group.py b/rds_param_group.py index ce271712211..4870d0657fb 100644 --- a/rds_param_group.py +++ b/rds_param_group.py @@ -55,7 +55,7 @@ type: dict purge_tags: description: - - Whether or not to remove tags that do not appear in the M(tags) list. + - Whether or not to remove tags that do not appear in the C(tags) list. type: bool default: False author: