Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 207469f

Browse files
committed
Remove trailing backslash as pointed out by @dmcdougall
1 parent ddf2c57 commit 207469f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,8 +759,8 @@ class RcParams(dict):
759759
:mod:`matplotlib.rcsetup`
760760
"""
761761

762-
validate = dict((key, converter) for key, (default, converter) in \
763-
defaultParams.iteritems())
762+
validate = dict((key, converter) for key, (default, converter) in
763+
defaultParams.iteritems())
764764
msg_depr = "%s is deprecated and replaced with %s; please use the latter."
765765
msg_depr_ignore = "%s is deprecated and ignored. Use %s"
766766

0 commit comments

Comments
 (0)