diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2019-01-15 17:07:00 +0530 |
---|---|---|
committer | John R Barker <john@johnrbarker.com> | 2019-01-15 11:37:00 +0000 |
commit | 4817dcd0fce5cd639e5baf8794bb99e302031739 (patch) | |
tree | 7ea8ca83e6371747e1249b88653236bc3cca6534 /lib/ansible/parsing | |
parent | 67b455a8ac1ac6fcf4e45bb3101b162607ce26c8 (diff) | |
download | ansible-4817dcd0fce5cd639e5baf8794bb99e302031739.tar.gz |
Minor typos (#50371)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'lib/ansible/parsing')
-rw-r--r-- | lib/ansible/parsing/dataloader.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/parsing/dataloader.py b/lib/ansible/parsing/dataloader.py index 390d0c2562..24c5d7ee0f 100644 --- a/lib/ansible/parsing/dataloader.py +++ b/lib/ansible/parsing/dataloader.py @@ -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 ''' |