Minor typo fix (#77804)

pull/77814/head
Mark Chappell 2 years ago committed by GitHub
parent 0d6aa2e87e
commit cb448097e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -146,7 +146,7 @@ def read_docstring_from_python_file(filename, verbose=True, ignore_errors=True):
# string should be yaml if already not a dict
data[varkey] = AnsibleLoader(child.value.s, file_name=filename).get_single_data()
display.debug('Documenation assigned: %s' % varkey)
display.debug('Documentation assigned: %s' % varkey)
except Exception as e:
msg = "Unable to parse documentation in python file '%s': %s" % (filename, to_native(e))

Loading…
Cancel
Save