Minor typos (#50371)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2019-01-15 17:07:00 +05:30 committed by John R Barker
parent 67b455a8ac
commit 4817dcd0fc
9 changed files with 10 additions and 11 deletions

View file

@ -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
'''