From ec8b66d2b5c6040c12cd11b3d3013cd1325e5bd3 Mon Sep 17 00:00:00 2001 From: Mickael B Date: Sat, 17 Sep 2016 04:51:52 -0400 Subject: [PATCH] Delete "hack" keyword for PR to official repo --- PIL/SgiImagePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/SgiImagePlugin.py b/PIL/SgiImagePlugin.py index f00c0fb45..052f5039c 100644 --- a/PIL/SgiImagePlugin.py +++ b/PIL/SgiImagePlugin.py @@ -2,7 +2,7 @@ # The Python Imaging Library. # $Id$ # -# SGI image file handling (hack version) +# SGI image file handling # # See "The SGI Image File Format (Draft version 0.97)", Paul Haeberli. #