fixed doc formatting error

This commit is contained in:
Eric Soroos 2017-09-20 10:47:35 +00:00
parent 997e108946
commit 505eb799ba

View File

@ -767,7 +767,7 @@ def getdata(im, offset=(0, 0), **params):
:param im: Image object
:param offset: Tuple of (x, y) pixels. Defaults to (0,0)
:param **params: E.g. duration or other encoder info parameters
:param \**params: E.g. duration or other encoder info parameters
:returns: List of Bytes containing gif encoded frame data
"""