Skip to content

Commit e698ece

Browse files
github-actions[bot]kdeldycke
authored andcommitted
Typo
1 parent 3d4197b commit e698ece

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

repomatic/init_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ def adopted_ongoing_configs(output_dir: Path) -> set[str]:
860860
861861
:param output_dir: Repository root holding `pyproject.toml`.
862862
:return: Component names to add to a bare `init` selection. Empty when the
863-
file is absent, unparseable, or carries no `[tool]` table.
863+
file is absent, unparsable, or carries no `[tool]` table.
864864
"""
865865
tool_table = read_pyproject_toml(output_dir).get("tool", {})
866866
if not tool_table:

0 commit comments

Comments
 (0)