Update fileglob.py (#45558)
* Update fileglob.py
Closes #45557
* Update fileglob.py
(cherry picked from commit cc477ec920
)
This commit is contained in:
parent
7a6d873f0a
commit
bf09c869a2
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@ EXAMPLES = """
|
||||||
"""
|
"""
|
||||||
|
|
||||||
RETURN = """
|
RETURN = """
|
||||||
_raw:
|
_list:
|
||||||
description:
|
description:
|
||||||
- content of file(s)
|
- list of files
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in a new issue