fix typo
This commit is contained in:
parent
3811fddede
commit
3e63eb8418
1 changed files with 1 additions and 1 deletions
|
@ -1131,7 +1131,7 @@ class ModuleValidator(Validator):
|
|||
self.reporter.error(
|
||||
path=self.object_path,
|
||||
code='deprecation-mismatch',
|
||||
msg='Module deprecation/removed must agree in documentaiton, by prepending filename with'
|
||||
msg='Module deprecation/removed must agree in documentation, by prepending filename with'
|
||||
' "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all'
|
||||
' documentation for removed'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue