From 63d0a5a3267d6fdea8dca0d8ab2320cc58132690 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 11 Feb 2017 12:47:10 +1100 Subject: [PATCH] Added anchor to readthedocs URL --- Tests/test_psdraw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_psdraw.py b/Tests/test_psdraw.py index 50e8763e2..17fa3662b 100644 --- a/Tests/test_psdraw.py +++ b/Tests/test_psdraw.py @@ -31,7 +31,7 @@ class TestPsDraw(PillowTestCase): def test_draw_postscript(self): # Based on Pillow tutorial, but there is no textsize: - # https://pillow.readthedocs.io/en/latest/handbook/tutorial.html + # https://pillow.readthedocs.io/en/latest/handbook/tutorial.html#drawing-postscript # Arrange tempfile = self.tempfile('temp.ps')