Fix mispelling in postgresql_query docs (#60648)

Changed `arbitraty` to `arbitrary` in postgresql_query docs
This commit is contained in:
zingyb 2019-08-15 23:08:47 -06:00 committed by Abhijeet Kasurde
parent c60676a118
commit 06d1705752

View file

@ -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: