diff --git a/plugins/modules/cloud/misc/xenserver_facts.py b/plugins/modules/cloud/misc/xenserver_facts.py
index 567aa07adb..1f5e44a75f 100644
--- a/plugins/modules/cloud/misc/xenserver_facts.py
+++ b/plugins/modules/cloud/misc/xenserver_facts.py
@@ -12,7 +12,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: xenserver_facts
-short_description: get facts reported on xenserver
+short_description: Get facts reported on xenserver
 description:
   - Reads data out of XenAPI, can be used instead of multiple xe commands.
 author:
diff --git a/plugins/modules/cloud/rackspace/rax.py b/plugins/modules/cloud/rackspace/rax.py
index b35384173a..fa929f7971 100644
--- a/plugins/modules/cloud/rackspace/rax.py
+++ b/plugins/modules/cloud/rackspace/rax.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: rax
-short_description: create / delete an instance in Rackspace Public Cloud
+short_description: Create / delete an instance in Rackspace Public Cloud
 description:
      - creates / deletes a Rackspace Public Cloud instance and optionally
        waits for it to be 'running'.
diff --git a/plugins/modules/cloud/rackspace/rax_cdb.py b/plugins/modules/cloud/rackspace/rax_cdb.py
index 6703a8dd4b..3fb6194d9d 100644
--- a/plugins/modules/cloud/rackspace/rax_cdb.py
+++ b/plugins/modules/cloud/rackspace/rax_cdb.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: rax_cdb
-short_description: create/delete or resize a Rackspace Cloud Databases instance
+short_description: Create/delete or resize a Rackspace Cloud Databases instance
 description:
   - creates / deletes or resize a Rackspace Cloud Databases instance
     and optionally waits for it to be 'running'. The name option needs to be
diff --git a/plugins/modules/cloud/rackspace/rax_cdb_database.py b/plugins/modules/cloud/rackspace/rax_cdb_database.py
index 5b5ebc6e29..6e0e8411c2 100644
--- a/plugins/modules/cloud/rackspace/rax_cdb_database.py
+++ b/plugins/modules/cloud/rackspace/rax_cdb_database.py
@@ -10,7 +10,7 @@ __metaclass__ = type
 
 DOCUMENTATION = '''
 module: rax_cdb_database
-short_description: 'create / delete a database in the Cloud Databases'
+short_description: Create / delete a database in the Cloud Databases
 description:
   - create / delete a database in the Cloud Databases.
 options:
diff --git a/plugins/modules/cloud/rackspace/rax_cdb_user.py b/plugins/modules/cloud/rackspace/rax_cdb_user.py
index ccc3e677a5..63cb00b608 100644
--- a/plugins/modules/cloud/rackspace/rax_cdb_user.py
+++ b/plugins/modules/cloud/rackspace/rax_cdb_user.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: rax_cdb_user
-short_description: create / delete a Rackspace Cloud Database
+short_description: Create / delete a Rackspace Cloud Database
 description:
   - create / delete a database in the Cloud Databases.
 options:
diff --git a/plugins/modules/cloud/rackspace/rax_clb.py b/plugins/modules/cloud/rackspace/rax_clb.py
index 7d45c865f0..8355a42921 100644
--- a/plugins/modules/cloud/rackspace/rax_clb.py
+++ b/plugins/modules/cloud/rackspace/rax_clb.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: rax_clb
-short_description: create / delete a load balancer in Rackspace Public Cloud
+short_description: Create / delete a load balancer in Rackspace Public Cloud
 description:
      - creates / deletes a Rackspace Public Cloud load balancer.
 options:
diff --git a/plugins/modules/cloud/rackspace/rax_clb_nodes.py b/plugins/modules/cloud/rackspace/rax_clb_nodes.py
index 04341f7ceb..e6d050de46 100644
--- a/plugins/modules/cloud/rackspace/rax_clb_nodes.py
+++ b/plugins/modules/cloud/rackspace/rax_clb_nodes.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: rax_clb_nodes
-short_description: add, modify and remove nodes from a Rackspace Cloud Load Balancer
+short_description: Add, modify and remove nodes from a Rackspace Cloud Load Balancer
 description:
   - Adds, modifies and removes nodes from a Rackspace Cloud Load Balancer
 options:
diff --git a/plugins/modules/cloud/rackspace/rax_clb_ssl.py b/plugins/modules/cloud/rackspace/rax_clb_ssl.py
index db192368b4..85110d3390 100644
--- a/plugins/modules/cloud/rackspace/rax_clb_ssl.py
+++ b/plugins/modules/cloud/rackspace/rax_clb_ssl.py
@@ -10,7 +10,7 @@ __metaclass__ = type
 
 DOCUMENTATION = '''
 module: rax_clb_ssl
-short_description: Manage SSL termination for a Rackspace Cloud Load Balancer.
+short_description: Manage SSL termination for a Rackspace Cloud Load Balancer
 description:
 - Set up, reconfigure, or remove SSL termination for an existing load balancer.
 options:
diff --git a/plugins/modules/cloud/rackspace/rax_mon_alarm.py b/plugins/modules/cloud/rackspace/rax_mon_alarm.py
index dd971f7243..d167420341 100644
--- a/plugins/modules/cloud/rackspace/rax_mon_alarm.py
+++ b/plugins/modules/cloud/rackspace/rax_mon_alarm.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: rax_mon_alarm
-short_description: Create or delete a Rackspace Cloud Monitoring alarm.
+short_description: Create or delete a Rackspace Cloud Monitoring alarm
 description:
 - Create or delete a Rackspace Cloud Monitoring alarm that associates an
   existing rax_mon_entity, rax_mon_check, and rax_mon_notification_plan with
diff --git a/plugins/modules/cloud/rackspace/rax_mon_notification.py b/plugins/modules/cloud/rackspace/rax_mon_notification.py
index c26b0315db..73bfd1a78f 100644
--- a/plugins/modules/cloud/rackspace/rax_mon_notification.py
+++ b/plugins/modules/cloud/rackspace/rax_mon_notification.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: rax_mon_notification
-short_description: Create or delete a Rackspace Cloud Monitoring notification.
+short_description: Create or delete a Rackspace Cloud Monitoring notification
 description:
 - Create or delete a Rackspace Cloud Monitoring notification that specifies a
   channel that can be used to communicate alarms, such as email, webhooks, or
diff --git a/plugins/modules/cloud/rackspace/rax_network.py b/plugins/modules/cloud/rackspace/rax_network.py
index 02de3ce011..edb7773b72 100644
--- a/plugins/modules/cloud/rackspace/rax_network.py
+++ b/plugins/modules/cloud/rackspace/rax_network.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: rax_network
-short_description: create / delete an isolated network in Rackspace Public Cloud
+short_description: Create / delete an isolated network in Rackspace Public Cloud
 description:
      - creates / deletes a Rackspace Public Cloud isolated network.
 options:
diff --git a/plugins/modules/cloud/rackspace/rax_queue.py b/plugins/modules/cloud/rackspace/rax_queue.py
index 366c1c77e3..e053f3266d 100644
--- a/plugins/modules/cloud/rackspace/rax_queue.py
+++ b/plugins/modules/cloud/rackspace/rax_queue.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: rax_queue
-short_description: create / delete a queue in Rackspace Public Cloud
+short_description: Create / delete a queue in Rackspace Public Cloud
 description:
      - creates / deletes a Rackspace Public Cloud queue.
 options:
diff --git a/plugins/modules/cloud/scaleway/scaleway_image_info.py b/plugins/modules/cloud/scaleway/scaleway_image_info.py
index c68cc99684..03c6d7530c 100644
--- a/plugins/modules/cloud/scaleway/scaleway_image_info.py
+++ b/plugins/modules/cloud/scaleway/scaleway_image_info.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = r'''
 ---
 module: scaleway_image_info
-short_description: Gather information about the Scaleway images available.
+short_description: Gather information about the Scaleway images available
 description:
   - Gather information about the Scaleway images available.
 author:
diff --git a/plugins/modules/cloud/scaleway/scaleway_ip_info.py b/plugins/modules/cloud/scaleway/scaleway_ip_info.py
index c65c7e6ab9..152af917ac 100644
--- a/plugins/modules/cloud/scaleway/scaleway_ip_info.py
+++ b/plugins/modules/cloud/scaleway/scaleway_ip_info.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = r'''
 ---
 module: scaleway_ip_info
-short_description: Gather information about the Scaleway ips available.
+short_description: Gather information about the Scaleway ips available
 description:
   - Gather information about the Scaleway ips available.
 author:
diff --git a/plugins/modules/cloud/scaleway/scaleway_organization_info.py b/plugins/modules/cloud/scaleway/scaleway_organization_info.py
index 542b8d4603..f18f8e2b29 100644
--- a/plugins/modules/cloud/scaleway/scaleway_organization_info.py
+++ b/plugins/modules/cloud/scaleway/scaleway_organization_info.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = r'''
 ---
 module: scaleway_organization_info
-short_description: Gather information about the Scaleway organizations available.
+short_description: Gather information about the Scaleway organizations available
 description:
   - Gather information about the Scaleway organizations available.
 author:
diff --git a/plugins/modules/cloud/scaleway/scaleway_security_group_info.py b/plugins/modules/cloud/scaleway/scaleway_security_group_info.py
index 5e2cc95a1c..5c135b4522 100644
--- a/plugins/modules/cloud/scaleway/scaleway_security_group_info.py
+++ b/plugins/modules/cloud/scaleway/scaleway_security_group_info.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = r'''
 ---
 module: scaleway_security_group_info
-short_description: Gather information about the Scaleway security groups available.
+short_description: Gather information about the Scaleway security groups available
 description:
   - Gather information about the Scaleway security groups available.
 author:
diff --git a/plugins/modules/cloud/scaleway/scaleway_server_info.py b/plugins/modules/cloud/scaleway/scaleway_server_info.py
index 087be54d24..38c3cc9a98 100644
--- a/plugins/modules/cloud/scaleway/scaleway_server_info.py
+++ b/plugins/modules/cloud/scaleway/scaleway_server_info.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = r'''
 ---
 module: scaleway_server_info
-short_description: Gather information about the Scaleway servers available.
+short_description: Gather information about the Scaleway servers available
 description:
   - Gather information about the Scaleway servers available.
 author:
diff --git a/plugins/modules/cloud/scaleway/scaleway_snapshot_info.py b/plugins/modules/cloud/scaleway/scaleway_snapshot_info.py
index bebf27395c..c3fc5ba6a7 100644
--- a/plugins/modules/cloud/scaleway/scaleway_snapshot_info.py
+++ b/plugins/modules/cloud/scaleway/scaleway_snapshot_info.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = r'''
 ---
 module: scaleway_snapshot_info
-short_description: Gather information about the Scaleway snapshots available.
+short_description: Gather information about the Scaleway snapshots available
 description:
   - Gather information about the Scaleway snapshot available.
 author:
diff --git a/plugins/modules/cloud/scaleway/scaleway_volume_info.py b/plugins/modules/cloud/scaleway/scaleway_volume_info.py
index 14a8c96884..384b4fa54e 100644
--- a/plugins/modules/cloud/scaleway/scaleway_volume_info.py
+++ b/plugins/modules/cloud/scaleway/scaleway_volume_info.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = r'''
 ---
 module: scaleway_volume_info
-short_description: Gather information about the Scaleway volumes available.
+short_description: Gather information about the Scaleway volumes available
 description:
   - Gather information about the Scaleway volumes available.
 author:
diff --git a/plugins/modules/cloud/smartos/smartos_image_info.py b/plugins/modules/cloud/smartos/smartos_image_info.py
index fb8c782317..a6b1be15ef 100644
--- a/plugins/modules/cloud/smartos/smartos_image_info.py
+++ b/plugins/modules/cloud/smartos/smartos_image_info.py
@@ -12,7 +12,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: smartos_image_info
-short_description: Get SmartOS image details.
+short_description: Get SmartOS image details
 description:
     - Retrieve information about all installed images on SmartOS.
     - This module was called C(smartos_image_facts) before Ansible 2.9, returning C(ansible_facts).
diff --git a/plugins/modules/cloud/smartos/vmadm.py b/plugins/modules/cloud/smartos/vmadm.py
index c352de90f7..7457709d78 100644
--- a/plugins/modules/cloud/smartos/vmadm.py
+++ b/plugins/modules/cloud/smartos/vmadm.py
@@ -12,7 +12,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: vmadm
-short_description: Manage SmartOS virtual machines and zones.
+short_description: Manage SmartOS virtual machines and zones
 description:
   - Manage SmartOS virtual machines through vmadm(1M).
 author: Jasper Lievisse Adriaanse (@jasperla)
diff --git a/plugins/modules/cloud/softlayer/sl_vm.py b/plugins/modules/cloud/softlayer/sl_vm.py
index 56b3ccdd39..ca925c345f 100644
--- a/plugins/modules/cloud/softlayer/sl_vm.py
+++ b/plugins/modules/cloud/softlayer/sl_vm.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: sl_vm
-short_description: create or cancel a virtual instance in SoftLayer
+short_description: Create or cancel a virtual instance in SoftLayer
 description:
   - Creates or cancels SoftLayer instances.
   - When created, optionally waits for it to be 'running'.
diff --git a/plugins/modules/database/vertica/vertica_configuration.py b/plugins/modules/database/vertica/vertica_configuration.py
index f3ac067d0f..553630da39 100644
--- a/plugins/modules/database/vertica/vertica_configuration.py
+++ b/plugins/modules/database/vertica/vertica_configuration.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: vertica_configuration
-short_description: Updates Vertica configuration parameters.
+short_description: Updates Vertica configuration parameters
 description:
     - Updates Vertica configuration parameters.
 options:
diff --git a/plugins/modules/database/vertica/vertica_info.py b/plugins/modules/database/vertica/vertica_info.py
index 825006ad71..0ccc549588 100644
--- a/plugins/modules/database/vertica/vertica_info.py
+++ b/plugins/modules/database/vertica/vertica_info.py
@@ -12,7 +12,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: vertica_info
-short_description: Gathers Vertica database facts.
+short_description: Gathers Vertica database facts
 description:
   - Gathers Vertica database information.
   - This module was called C(vertica_facts) before Ansible 2.9, returning C(ansible_facts).
diff --git a/plugins/modules/database/vertica/vertica_role.py b/plugins/modules/database/vertica/vertica_role.py
index e9f2ef34df..dde9919511 100644
--- a/plugins/modules/database/vertica/vertica_role.py
+++ b/plugins/modules/database/vertica/vertica_role.py
@@ -12,7 +12,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: vertica_role
-short_description: Adds or removes Vertica database roles and assigns roles to them.
+short_description: Adds or removes Vertica database roles and assigns roles to them
 description:
   - Adds or removes Vertica database role and, optionally, assign other roles.
 options:
diff --git a/plugins/modules/database/vertica/vertica_schema.py b/plugins/modules/database/vertica/vertica_schema.py
index b1bdf944b9..3c4071473a 100644
--- a/plugins/modules/database/vertica/vertica_schema.py
+++ b/plugins/modules/database/vertica/vertica_schema.py
@@ -12,7 +12,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: vertica_schema
-short_description: Adds or removes Vertica database schema and roles.
+short_description: Adds or removes Vertica database schema and roles
 description:
   - Adds or removes Vertica database schema and, optionally, roles
     with schema access privileges.
diff --git a/plugins/modules/database/vertica/vertica_user.py b/plugins/modules/database/vertica/vertica_user.py
index ff2f02d0cc..89f1cb92a3 100644
--- a/plugins/modules/database/vertica/vertica_user.py
+++ b/plugins/modules/database/vertica/vertica_user.py
@@ -11,7 +11,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: vertica_user
-short_description: Adds or removes Vertica database users and assigns roles.
+short_description: Adds or removes Vertica database users and assigns roles
 description:
   - Adds or removes Vertica database user and, optionally, assigns roles.
   - A user will not be removed until all the dependencies have been dropped.
diff --git a/plugins/modules/monitoring/spectrum_device.py b/plugins/modules/monitoring/spectrum_device.py
index c2bab55016..40093aa3a9 100644
--- a/plugins/modules/monitoring/spectrum_device.py
+++ b/plugins/modules/monitoring/spectrum_device.py
@@ -12,7 +12,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: spectrum_device
-short_description: Creates/deletes devices in CA Spectrum.
+short_description: Creates/deletes devices in CA Spectrum
 description:
    - This module allows you to create and delete devices in CA Spectrum U(https://www.ca.com/us/products/ca-spectrum.html).
    - Tested on CA Spectrum 9.4.2, 10.1.1 and 10.2.1
diff --git a/plugins/modules/monitoring/spectrum_model_attrs.py b/plugins/modules/monitoring/spectrum_model_attrs.py
index 5a92802f5f..de771b0ad3 100644
--- a/plugins/modules/monitoring/spectrum_model_attrs.py
+++ b/plugins/modules/monitoring/spectrum_model_attrs.py
@@ -12,7 +12,7 @@ __metaclass__ = type
 DOCUMENTATION = r'''
 ---
 module: spectrum_model_attrs
-short_description: Enforce a model's attributes in CA Spectrum.
+short_description: Enforce a model's attributes in CA Spectrum
 description:
     - This module can be used to enforce a model's attributes in CA Spectrum.
 version_added: 2.5.0
diff --git a/plugins/modules/notification/say.py b/plugins/modules/notification/say.py
index fe36b02d15..04b5027cae 100644
--- a/plugins/modules/notification/say.py
+++ b/plugins/modules/notification/say.py
@@ -12,7 +12,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: say
-short_description: Makes a computer to speak.
+short_description: Makes a computer to speak
 description:
    - makes a computer speak! Amuse your friends, annoy your coworkers!
 notes:
diff --git a/plugins/modules/notification/telegram.py b/plugins/modules/notification/telegram.py
index 499af4ef1a..4e89825120 100644
--- a/plugins/modules/notification/telegram.py
+++ b/plugins/modules/notification/telegram.py
@@ -16,7 +16,7 @@ author:
  - "Artem Feofanov (@tyouxa)"
  - "Nikolai Lomov (@lomserman)"
 
-short_description: module for sending notifications via telegram
+short_description: Send notifications via telegram
 
 description:
     - Send notifications via telegram bot, to a verified group or user.
diff --git a/plugins/modules/notification/twilio.py b/plugins/modules/notification/twilio.py
index 1934820fe3..6d22563d1c 100644
--- a/plugins/modules/notification/twilio.py
+++ b/plugins/modules/notification/twilio.py
@@ -12,7 +12,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: twilio
-short_description: Sends a text message to a mobile phone through Twilio.
+short_description: Sends a text message to a mobile phone through Twilio
 description:
    - Sends a text message to a phone number through the Twilio messaging API.
 notes:
diff --git a/plugins/modules/packaging/os/pulp_repo.py b/plugins/modules/packaging/os/pulp_repo.py
index 030d2fd9af..9e100ba93e 100644
--- a/plugins/modules/packaging/os/pulp_repo.py
+++ b/plugins/modules/packaging/os/pulp_repo.py
@@ -14,7 +14,7 @@ DOCUMENTATION = '''
 ---
 module: pulp_repo
 author: "Joe Adams (@sysadmind)"
-short_description: Add or remove Pulp repos from a remote host.
+short_description: Add or remove Pulp repos from a remote host
 description:
   - Add or remove Pulp repos from a remote host.
   - Note, this is for Pulp 2 only.
diff --git a/plugins/modules/packaging/os/swupd.py b/plugins/modules/packaging/os/swupd.py
index 4567709f48..a47dd667ae 100644
--- a/plugins/modules/packaging/os/swupd.py
+++ b/plugins/modules/packaging/os/swupd.py
@@ -13,7 +13,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: swupd
-short_description: Manages updates and bundles in ClearLinux systems.
+short_description: Manages updates and bundles in ClearLinux systems
 description:
   - Manages updates and bundles with the swupd bundle manager, which is used by the
     Clear Linux Project for Intel Architecture.
diff --git a/plugins/modules/storage/zfs/zfs_facts.py b/plugins/modules/storage/zfs/zfs_facts.py
index 15eef706e5..12919cc23e 100644
--- a/plugins/modules/storage/zfs/zfs_facts.py
+++ b/plugins/modules/storage/zfs/zfs_facts.py
@@ -12,7 +12,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: zfs_facts
-short_description: Gather facts about ZFS datasets.
+short_description: Gather facts about ZFS datasets
 description:
   - Gather facts from ZFS dataset properties.
 author: Adam Števko (@xen0l)
diff --git a/plugins/modules/storage/zfs/zpool_facts.py b/plugins/modules/storage/zfs/zpool_facts.py
index a749438659..ac0dceaf68 100644
--- a/plugins/modules/storage/zfs/zpool_facts.py
+++ b/plugins/modules/storage/zfs/zpool_facts.py
@@ -12,7 +12,7 @@ __metaclass__ = type
 DOCUMENTATION = '''
 ---
 module: zpool_facts
-short_description: Gather facts about ZFS pools.
+short_description: Gather facts about ZFS pools
 description:
   - Gather facts from ZFS pool properties.
 author: Adam Števko (@xen0l)
diff --git a/plugins/modules/system/svc.py b/plugins/modules/system/svc.py
index 2800c9d2bf..4d92892ce3 100644
--- a/plugins/modules/system/svc.py
+++ b/plugins/modules/system/svc.py
@@ -13,7 +13,7 @@ DOCUMENTATION = '''
 module: svc
 author:
 - Brian Coca (@bcoca)
-short_description:  Manage daemontools services
+short_description: Manage daemontools services
 description:
     - Controls daemontools services on remote hosts using the svc utility.
 options:
diff --git a/plugins/modules/web_infrastructure/rundeck_acl_policy.py b/plugins/modules/web_infrastructure/rundeck_acl_policy.py
index 6168cb5b64..4830c44784 100644
--- a/plugins/modules/web_infrastructure/rundeck_acl_policy.py
+++ b/plugins/modules/web_infrastructure/rundeck_acl_policy.py
@@ -15,7 +15,7 @@ DOCUMENTATION = '''
 ---
 module: rundeck_acl_policy
 
-short_description: Manage Rundeck ACL policies.
+short_description: Manage Rundeck ACL policies
 description:
     - Create, update and remove Rundeck ACL policies through HTTP API.
 author: "Loic Blot (@nerzhul)"
diff --git a/plugins/modules/web_infrastructure/rundeck_project.py b/plugins/modules/web_infrastructure/rundeck_project.py
index 88f4a78100..2039a00a02 100644
--- a/plugins/modules/web_infrastructure/rundeck_project.py
+++ b/plugins/modules/web_infrastructure/rundeck_project.py
@@ -17,7 +17,7 @@ DOCUMENTATION = '''
 ---
 module: rundeck_project
 
-short_description: Manage Rundeck projects.
+short_description: Manage Rundeck projects
 description:
     - Create and remove Rundeck projects through HTTP API.
 author: "Loic Blot (@nerzhul)"
diff --git a/plugins/modules/web_infrastructure/sophos_utm/utm_aaa_group.py b/plugins/modules/web_infrastructure/sophos_utm/utm_aaa_group.py
index cff1834c93..3d5cbc2007 100644
--- a/plugins/modules/web_infrastructure/sophos_utm/utm_aaa_group.py
+++ b/plugins/modules/web_infrastructure/sophos_utm/utm_aaa_group.py
@@ -15,7 +15,7 @@ module: utm_aaa_group
 author:
     - Johannes Brunswicker (@MatrixCrawler)
 
-short_description: Create, update or destroy an aaa group object in Sophos UTM.
+short_description: Create, update or destroy an aaa group object in Sophos UTM
 
 description:
     - Create, update or destroy an aaa group object in Sophos UTM.
diff --git a/plugins/modules/web_infrastructure/sophos_utm/utm_aaa_group_info.py b/plugins/modules/web_infrastructure/sophos_utm/utm_aaa_group_info.py
index 26d06cebfe..5c8bc0ade5 100644
--- a/plugins/modules/web_infrastructure/sophos_utm/utm_aaa_group_info.py
+++ b/plugins/modules/web_infrastructure/sophos_utm/utm_aaa_group_info.py
@@ -17,7 +17,7 @@ module: utm_aaa_group_info
 author:
     - Johannes Brunswicker (@MatrixCrawler)
 
-short_description: get info for reverse_proxy frontend entry in Sophos UTM
+short_description: Get info for reverse_proxy frontend entry in Sophos UTM
 
 description:
     - get info for a reverse_proxy frontend entry in SOPHOS UTM.
diff --git a/plugins/modules/web_infrastructure/sophos_utm/utm_ca_host_key_cert.py b/plugins/modules/web_infrastructure/sophos_utm/utm_ca_host_key_cert.py
index 693f25964a..318bc1fd31 100644
--- a/plugins/modules/web_infrastructure/sophos_utm/utm_ca_host_key_cert.py
+++ b/plugins/modules/web_infrastructure/sophos_utm/utm_ca_host_key_cert.py
@@ -16,7 +16,7 @@ module: utm_ca_host_key_cert
 author:
     - Stephan Schwarz (@stearz)
 
-short_description: create, update or destroy ca host_key_cert entry in Sophos UTM
+short_description: Create, update or destroy ca host_key_cert entry in Sophos UTM
 
 description:
     - Create, update or destroy a ca host_key_cert entry in SOPHOS UTM.
diff --git a/plugins/modules/web_infrastructure/sophos_utm/utm_dns_host.py b/plugins/modules/web_infrastructure/sophos_utm/utm_dns_host.py
index af91e2433b..3a1744651a 100644
--- a/plugins/modules/web_infrastructure/sophos_utm/utm_dns_host.py
+++ b/plugins/modules/web_infrastructure/sophos_utm/utm_dns_host.py
@@ -15,7 +15,7 @@ module: utm_dns_host
 author:
     - Johannes Brunswicker (@MatrixCrawler)
 
-short_description: create, update or destroy dns entry in Sophos UTM
+short_description: Create, update or destroy dns entry in Sophos UTM
 
 description:
     - Create, update or destroy a dns entry in SOPHOS UTM.
diff --git a/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_auth_profile.py b/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_auth_profile.py
index aab426cc03..0c53a92380 100644
--- a/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_auth_profile.py
+++ b/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_auth_profile.py
@@ -16,7 +16,7 @@ module: utm_proxy_auth_profile
 author:
     - Stephan Schwarz (@stearz)
 
-short_description: create, update or destroy reverse_proxy auth_profile entry in Sophos UTM
+short_description: Create, update or destroy reverse_proxy auth_profile entry in Sophos UTM
 
 description:
     - Create, update or destroy a reverse_proxy auth_profile entry in SOPHOS UTM.
diff --git a/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_frontend.py b/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_frontend.py
index 8f5a1e8686..127c7d4d43 100644
--- a/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_frontend.py
+++ b/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_frontend.py
@@ -16,7 +16,7 @@ module: utm_proxy_frontend
 author:
     - Johannes Brunswicker (@MatrixCrawler)
 
-short_description: create, update or destroy reverse_proxy frontend entry in Sophos UTM
+short_description: Create, update or destroy reverse_proxy frontend entry in Sophos UTM
 
 description:
     - Create, update or destroy a reverse_proxy frontend entry in Sophos UTM.
diff --git a/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_frontend_info.py b/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_frontend_info.py
index 27a71a013e..14460286bd 100644
--- a/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_frontend_info.py
+++ b/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_frontend_info.py
@@ -16,7 +16,7 @@ module: utm_proxy_frontend_info
 author:
     - Johannes Brunswicker (@MatrixCrawler)
 
-short_description: create, update or destroy reverse_proxy frontend entry in Sophos UTM
+short_description: Create, update or destroy reverse_proxy frontend entry in Sophos UTM
 
 description:
     - Create, update or destroy a reverse_proxy frontend entry in SOPHOS UTM.
diff --git a/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_location.py b/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_location.py
index c6ff1bd26b..0efeea5a27 100644
--- a/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_location.py
+++ b/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_location.py
@@ -16,7 +16,7 @@ module: utm_proxy_location
 author:
     - Johannes Brunswicker (@MatrixCrawler)
 
-short_description: create, update or destroy reverse_proxy location entry in Sophos UTM
+short_description: Create, update or destroy reverse_proxy location entry in Sophos UTM
 
 description:
     - Create, update or destroy a reverse_proxy location entry in SOPHOS UTM.
diff --git a/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_location_info.py b/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_location_info.py
index b46603f8f1..b045e6fdeb 100644
--- a/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_location_info.py
+++ b/plugins/modules/web_infrastructure/sophos_utm/utm_proxy_location_info.py
@@ -16,7 +16,7 @@ module: utm_proxy_location_info
 author:
     - Johannes Brunswicker (@MatrixCrawler)
 
-short_description: create, update or destroy reverse_proxy location entry in Sophos UTM
+short_description: Create, update or destroy reverse_proxy location entry in Sophos UTM
 
 description:
     - Create, update or destroy a reverse_proxy location entry in SOPHOS UTM.