fixed wording

This commit is contained in:
wiredfool 2017-03-11 16:30:04 +00:00
parent d70de6eb2d
commit 31c1a651a3

View File

@ -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