Minor typo fix in package module documentation (#44617)

Added missing round bracket

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-08-24 13:44:58 +05:30 committed by Martin Krizek
parent a07af2a1f7
commit f59d189d02

View file

@ -32,7 +32,7 @@ options:
required: true
state:
description:
- Whether to install (C(present), or remove (C(absent)) a package. Other states depend on the underlying package module, i.e C(latest).
- Whether to install (C(present)), or remove (C(absent)) a package. Other states depend on the underlying package module, i.e C(latest).
required: true
use:
description: