Skip to content

Commit 1098835

Browse files
committed
migrate: Fix typo
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent 62750cc commit 1098835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cookiecutter/migrate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ def migrate_pytest_addopts_default() -> None:
439439
if addopts_match is None:
440440
print(
441441
f" Skipped {pyproject}: no addopts in [tool.pytest.ini_options], "
442-
"nothiing to remove"
442+
"nothing to remove"
443443
)
444444
return
445445

0 commit comments

Comments
 (0)