mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-13 11:49:11 -07:00
Minor typos (#50371)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
67b455a8ac
commit
4817dcd0fc
9 changed files with 10 additions and 11 deletions
|
@ -140,7 +140,7 @@ class DataLoader:
|
|||
|
||||
:arg file_name: The name of the file to read. If this is a relative
|
||||
path, it will be expanded relative to the basedir
|
||||
:raises AnsibleFileNotFOund: if the file_name does not refer to a file
|
||||
:raises AnsibleFileNotFound: if the file_name does not refer to a file
|
||||
:raises AnsibleParserError: if we were unable to read the file
|
||||
:return: Returns a byte string of the file contents
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue