Skip to content

Commit 1a46c90

Browse files
chore(pre-commit): ✏️ automatic fixes
1 parent 1d11e38 commit 1a46c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/generate-help-strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def _as_constant_snippet(name: str, text: str) -> str:
5454
if not changed:
5555
print("No changes detected. All help-output constants are up to date.")
5656
else:
57-
print("\nReview that the ouput below looks as expected.")
57+
print("\nReview that the output below looks as expected.")
5858
print("Then, copy and paste it into tests/test_cli.py,")
5959
print("replacing the variable(s) with the same name.")
6060
for name, args in changed:

0 commit comments

Comments
 (0)