Fix "invalid escape sequence" warning on Python 3.6+

This commit is contained in:
Tim Graham 2018-02-05 13:53:45 -05:00
parent 5fd72be207
commit eb5c52cb17

View File

@ -777,7 +777,7 @@ def getdata(im, offset=(0, 0), **params):
:param im: Image object :param im: Image object
:param offset: Tuple of (x, y) pixels. Defaults to (0,0) :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 :returns: List of Bytes containing gif encoded frame data
""" """