Skip to content

Commit ba74fb6

Browse files
committed
Fix codespell typo: unparseable -> unparsable
1 parent 0e7aa4e commit ba74fb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/changelog/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ def evaluate(
922922
# By construction ``parse_slug`` returns a valid slug here:
923923
# ``.skip`` files passed the ``is_skip`` filter (which only
924924
# accepts a successfully parsed filename), and ``.rst`` files
925-
# passed ``validate()`` (which rejects unparseable names).
925+
# passed ``validate()`` (which rejects unparsable names).
926926
slug = Fragment.parse_slug(path.name)
927927
assert slug is not None, f"unreachable: {path.name!r} reached Rule 3 without a valid slug"
928928
if slug in existing_slugs and existing_slugs[slug] != path.name:

0 commit comments

Comments
 (0)