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 e0c2997 commit 87afdf9Copy full SHA for 87afdf9
tagging/update_wiki.py
@@ -22,7 +22,7 @@ def update_home_wiki_page(wiki_dir: Path, month: str) -> None:
22
TABLE_BEGINNING, TABLE_BEGINNING + month_line
23
)
24
wiki_home_file.write_text(wiki_home_content)
25
- LOGGER.info(f"Update wiki home page with month: {month}")
+ LOGGER.info(f"Updated wiki home page with month: {month}")
26
27
28
def update_monthly_wiki_page(
0 commit comments