Skip to content

Commit a3babae

Browse files
authored
Merge pull request #36 from HarperZ9/fix/art-docstring-claim
docs: the art check compares text, not bytes
2 parents 6576b13 + 87cd0a2 commit a3babae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/render_repo_art.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
The check mode is the point. Committed artwork drifts from the words it
77
illustrates the moment someone edits one and not the other, and nobody
88
notices, because a picture in a README is never diffed. Here the picture is
9-
a pure function of a spec that IS diffable, so a test can re-render and
10-
compare bytes.
9+
a pure function of a spec that IS diffable, so a test can re-render it and
10+
compare the result against what is committed.
1111
"""
1212
from __future__ import annotations
1313

0 commit comments

Comments
 (0)