From 06d1705752ac25ea4231d8272b50ade3e4edbeff Mon Sep 17 00:00:00 2001 From: zingyb <47951258+zingyb@users.noreply.github.com> Date: Thu, 15 Aug 2019 23:08:47 -0600 Subject: [PATCH] Fix mispelling in postgresql_query docs (#60648) Changed `arbitraty` to `arbitrary` in postgresql_query docs --- lib/ansible/modules/database/postgresql/postgresql_query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/database/postgresql/postgresql_query.py b/lib/ansible/modules/database/postgresql/postgresql_query.py index 633873fd548..fda07f494da 100644 --- a/lib/ansible/modules/database/postgresql/postgresql_query.py +++ b/lib/ansible/modules/database/postgresql/postgresql_query.py @@ -19,7 +19,7 @@ DOCUMENTATION = r''' module: postgresql_query short_description: Run PostgreSQL queries description: -- Runs arbitraty PostgreSQL queries. +- Runs arbitrary PostgreSQL queries. - Can run queries from SQL script files. version_added: '2.8' options: