Commit e68894ea by Michael DeHaan

Merge pull request #2975 from stoned/doc-pip-fix

Fix pip module documentation (YAML quoting)
parents 4b988dbd 83cce7d2
......@@ -27,8 +27,8 @@ DOCUMENTATION = '''
module: pip
short_description: Manages Python library dependencies.
description:
- Manage Python library dependencies. To use this module, one of the following keys is required: C(name)
or C(requirements).
- "Manage Python library dependencies. To use this module, one of the following keys is required: C(name)
or C(requirements)."
version_added: "0.7"
options:
name:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment