mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
fixed wording
This commit is contained in:
parent
d70de6eb2d
commit
31c1a651a3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user