Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/render_repo_art.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
The check mode is the point. Committed artwork drifts from the words it
illustrates the moment someone edits one and not the other, and nobody
notices, because a picture in a README is never diffed. Here the picture is
a pure function of a spec that IS diffable, so a test can re-render and
compare bytes.
a pure function of a spec that IS diffable, so a test can re-render it and
compare the result against what is committed.
"""
from __future__ import annotations

Expand Down
Loading