Skip to content

Commit

Permalink
Fix typo in ensure-stable-doc-urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wismill committed Jun 23, 2023
1 parent f3210cb commit 9c87b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ensure-stable-doc-urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def generate_redirections(registry_path: Path, doc_dir: Path):
cool = False
print(
f"ERROR: missing canonical documentation page “{canonical}”. "
f"Please update “{registry_path}” using b{RELATIVE_SCRIPT_PATH}”."
f"Please update “{registry_path}” using {RELATIVE_SCRIPT_PATH}”."
)
# Add a redirection page
for alias in aliases:
Expand Down

0 comments on commit 9c87b8c

Please sign in to comment.