Fix mispelling in postgresql_query docs (#60648) (#60670)

Changed `arbitraty` to `arbitrary` in postgresql_query docs
(cherry picked from commit 06d1705752)
This commit is contained in:
Andrey Klychkov 2019-08-16 17:32:22 +03:00 committed by Alicia Cozine
parent e99b08a0ad
commit 826523559d

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: