Merge pull request #2996 from timgraham/invalid-escape

Fix "invalid escape sequence" warning on Python 3.6+
This commit is contained in:
wiredfool 2018-03-21 07:50:34 +00:00 committed by GitHub
commit 659824773b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -778,7 +778,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
"""