Skip to content

Commit

Permalink
Merge pull request #2996 from timgraham/invalid-escape
Browse files Browse the repository at this point in the history
Fix "invalid escape sequence" warning on Python 3.6+
  • Loading branch information
wiredfool committed Mar 21, 2018
2 parents 1328c53 + eb5c52c commit 6598247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/GifImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 6598247

Please sign in to comment.