From 31c1a651a3e2151968c158a9de09a1aee78adc5f Mon Sep 17 00:00:00 2001 From: wiredfool Date: Sat, 11 Mar 2017 16:30:04 +0000 Subject: [PATCH] fixed wording --- PIL/ImageFile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PIL/ImageFile.py b/PIL/ImageFile.py index 2765ced20..9425669e2 100644 --- a/PIL/ImageFile.py +++ b/PIL/ImageFile.py @@ -581,9 +581,9 @@ class PyDecoder(object): def setfd(self, fd): """ - Called from ImageFile to set the python file like object + Called from ImageFile to set the python file-like object - :param fd: A python file like object + :param fd: A python file-like object :returns: None """ self.fd = fd