mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
Misc. fix for typo (#34262)
Changed 'assginment' to 'assignment' Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
committed by
René Moser
parent
285f1187e0
commit
2b6af10982
@@ -560,7 +560,7 @@ class ModuleValidator(Validator):
|
||||
self.reporter.warning(
|
||||
path=self.object_path,
|
||||
code=291,
|
||||
msg='Found Try/Except block without HAS_ assginment'
|
||||
msg='Found Try/Except block without HAS_ assignment'
|
||||
)
|
||||
|
||||
def _ensure_imports_below_docs(self, doc_info, first_callable):
|
||||
|
||||
Reference in New Issue
Block a user