mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 21:31:26 -07:00
plugins: Doc improvement (#41378)
* Typo fixes * Grammer fixes * Option fixes Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
d6ba139713
commit
063d19048d
11 changed files with 23 additions and 24 deletions
|
@ -54,7 +54,7 @@ DOCUMENTATION = '''
|
|||
default: "{}"
|
||||
skip:
|
||||
description:
|
||||
- How many results should be skept
|
||||
- How many results should be skipped
|
||||
type: integer
|
||||
limit:
|
||||
description:
|
||||
|
@ -66,7 +66,7 @@ DOCUMENTATION = '''
|
|||
type: list
|
||||
default: "[]"
|
||||
notes:
|
||||
- "Please check https://api.mongodb.org/python/current/api/pymongo/collection.html?highlight=find#pymongo.collection.Collection.find for more detais."
|
||||
- "Please check https://api.mongodb.org/python/current/api/pymongo/collection.html?highlight=find#pymongo.collection.Collection.find for more details."
|
||||
requirements:
|
||||
- pymongo >= 2.4 (python library)
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue