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

Skip to content

Commit 0456c64

Browse files
committed
pep8 fixes
1 parent 8ff3658 commit 0456c64

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lib/matplotlib/artist.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,8 +1245,8 @@ def aliased_name_rest(self, s, target):
12451245

12461246
def pprint_setters(self, prop=None, leadingspace=2):
12471247
"""
1248-
If *prop* is *None*, return a list of strings of all settable properties
1249-
and their valid values.
1248+
If *prop* is *None*, return a list of strings of all settable
1249+
properties and their valid values.
12501250
12511251
If *prop* is not *None*, it is a valid property name and that
12521252
property will be returned as a string of property : valid
@@ -1273,8 +1273,8 @@ def pprint_setters(self, prop=None, leadingspace=2):
12731273

12741274
def pprint_setters_rest(self, prop=None, leadingspace=2):
12751275
"""
1276-
If *prop* is *None*, return a list of strings of all settable properties
1277-
and their valid values. Format the output for ReST
1276+
If *prop* is *None*, return a list of strings of all settable
1277+
properties and their valid values. Format the output for ReST
12781278
12791279
If *prop* is not *None*, it is a valid property name and that
12801280
property will be returned as a string of property : valid

lib/matplotlib/backend_tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ def set_figure(self, figure):
228228
if figure:
229229
self.trigger(self, None)
230230
else:
231-
# if there is no figure, trigger won't change the internal state
232-
# we change it back
231+
# if there is no figure, trigger won't change the internal
232+
# state we change it back
233233
self._toggled = True
234234

235235

0 commit comments

Comments
 (0)