Fix typo in ensure-stable-doc-urls.py

master
Pierre Le Marre 2023-06-23 11:23:18 +02:00 committed by Wismill
parent f3210cbf27
commit eec389037e
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ def generate_redirections(registry_path: Path, doc_dir: Path):
cool = False cool = False
print( print(
f"ERROR: missing canonical documentation page “{canonical}”. " 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 # Add a redirection page
for alias in aliases: for alias in aliases: