mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-13 17:25:49 +03:00
Fix "invalid escape sequence" warning on Python 3.6+
This commit is contained in:
parent
5fd72be207
commit
eb5c52cb17
|
@ -777,7 +777,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
|
||||
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user