Skip to content

Commit c915f25

Browse files
authored
Merge pull request #2004 from python-pillow/radarhere-patch-1
Fixed typo
2 parents c212246 + 80aa54d commit c915f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ doc:
2828

2929
doccheck:
3030
$(MAKE) -C docs html
31-
# Don't make our test rely on the links in the docs being up every single build.
31+
# Don't make our tests rely on the links in the docs being up every single build.
3232
# We don't control them. But do check, and update them to the target of their redirects.
3333
$(MAKE) -C docs linkcheck || true
3434

0 commit comments

Comments
 (0)