From 8758866f47bcd1a33a5e517f3dfd834b917843ff Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 19 Nov 2016 10:45:33 +1100 Subject: [PATCH 1/2] Fixed typo --- PIL/SpiderImagePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/SpiderImagePlugin.py b/PIL/SpiderImagePlugin.py index 07f623c7b..08726f90c 100644 --- a/PIL/SpiderImagePlugin.py +++ b/PIL/SpiderImagePlugin.py @@ -58,7 +58,7 @@ iforms = [1, 3, -11, -12, -21, -22] # There is no magic number to identify Spider files, so just check a # series of header locations to see if they have reasonable values. -# Returns no.of bytes in the header, if it is a valid Spider header, +# Returns no. of bytes in the header, if it is a valid Spider header, # otherwise returns 0 def isSpiderHeader(t): From 5d37103d01718030c31f1a0d23c43422ed8a1a9a Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 19 Nov 2016 10:55:08 +1100 Subject: [PATCH 2/2] Corrected unfinished sentence --- PIL/FtexImagePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/FtexImagePlugin.py b/PIL/FtexImagePlugin.py index 9dab83621..4fa462f04 100644 --- a/PIL/FtexImagePlugin.py +++ b/PIL/FtexImagePlugin.py @@ -13,7 +13,7 @@ packed custom format called FTEX. This file format uses file extensions FTC and * FTC files are compressed textures (using standard texture compression). * FTU files are not compressed. Texture File Format -The FTC and FTU texture files both use the same format, called. This +The FTC and FTU texture files both use the same format. This has the following structure: {header} {format_directory}