From 826523559dd08b80ec70e2fe3c6e2ee5c234d982 Mon Sep 17 00:00:00 2001 From: Andrey Klychkov Date: Fri, 16 Aug 2019 17:32:22 +0300 Subject: [PATCH] Fix mispelling in postgresql_query docs (#60648) (#60670) Changed `arbitraty` to `arbitrary` in postgresql_query docs (cherry picked from commit 06d1705752ac25ea4231d8272b50ade3e4edbeff) --- 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 57edaa5b5e7..a395985377c 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: