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: