Merge pull request #2004 from python-pillow/radarhere-patch-1

Fixed typo
This commit is contained in:
Hugo 2016-07-01 15:11:02 +03:00 committed by GitHub
commit c915f251e3

View File

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