From f7e5fd37a3dc60508e79aa88dcb5bfe026be28e2 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 21 Nov 2021 13:37:10 +1100 Subject: [PATCH] Updated link to CSS color specification --- src/PIL/ImageColor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/ImageColor.py b/src/PIL/ImageColor.py index 25f92f2c7..d88599785 100644 --- a/src/PIL/ImageColor.py +++ b/src/PIL/ImageColor.py @@ -148,7 +148,7 @@ def getcolor(color, mode): colormap = { - # X11 colour table from https://drafts.csswg.org/css-color-4/, with + # X11 colour table from https://www.w3.org/TR/css-color-4/, with # gray/grey spelling issues fixed. This is a superset of HTML 4.0 # colour names used in CSS 1. "aliceblue": "#f0f8ff",