We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7aa4e commit ba74fb6Copy full SHA for ba74fb6
1 file changed
tools/changelog/cli.py
@@ -922,7 +922,7 @@ def evaluate(
922
# By construction ``parse_slug`` returns a valid slug here:
923
# ``.skip`` files passed the ``is_skip`` filter (which only
924
# accepts a successfully parsed filename), and ``.rst`` files
925
- # passed ``validate()`` (which rejects unparseable names).
+ # passed ``validate()`` (which rejects unparsable names).
926
slug = Fragment.parse_slug(path.name)
927
assert slug is not None, f"unreachable: {path.name!r} reached Rule 3 without a valid slug"
928
if slug in existing_slugs and existing_slugs[slug] != path.name:
0 commit comments