Misc. fix for typo (#34262)
Changed 'assginment' to 'assignment' Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
285f1187e0
commit
2b6af10982
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue