We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c43d7 commit 7b41b5eCopy full SHA for 7b41b5e
1 file changed
Doc/tools/check-epub.py
@@ -14,8 +14,8 @@ def main() -> int:
14
15
if fatal_errors:
16
print("\nError: must not contain fatal errors:\n")
17
- for warning in fatal_errors:
18
- print(" - ".join(warning))
+ for error in fatal_errors:
+ print(" - ".join(error))
19
20
return len(fatal_errors)
21
0 commit comments