From aea20f95c6361d7765e4150d008c0ceaab668951 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Thu, 10 Jan 2019 17:18:37 +0100 Subject: [PATCH] Fix comma (#50766) --- lib/ansible/modules/network/checkpoint/checkpoint_host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/checkpoint/checkpoint_host.py b/lib/ansible/modules/network/checkpoint/checkpoint_host.py index e9c8a5df017..1baa229cd3f 100644 --- a/lib/ansible/modules/network/checkpoint/checkpoint_host.py +++ b/lib/ansible/modules/network/checkpoint/checkpoint_host.py @@ -30,7 +30,7 @@ DOCUMENTATION = """ module: checkpoint_host short_description: Manages host objects on Checkpoint over Web Services API description: - - Manages host objects on Checkpoint devices including creating, updating, removing access rules objects, + - Manages host objects on Checkpoint devices including creating, updating, removing access rules objects. All operations are performed over Web Services API. version_added: "2.8" author: "Ansible by Red Hat (@rcarrillocruz)"