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

Changed `arbitraty` to `arbitrary` in postgresql_query docs
(cherry picked from commit 06d1705752)
pull/60885/head
Andrey Klychkov 6 years ago committed by Alicia Cozine
parent e99b08a0ad
commit 826523559d

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

Loading…
Cancel
Save