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

Skip to content

Commit 09a17f4

Browse files
authored
pep8
remove trailing spaces on a comment line
1 parent 466330b commit 09a17f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_subplots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def _make_twin_axes(self, *kl, **kwargs):
174174
from matplotlib.projections import process_projection_requirements
175175
if 'sharex' in kwargs and 'sharey' in kwargs:
176176
# The following line is added in v2.2 to avoid breaking Seaborn,
177-
# which currently uses this internal API.
177+
# which currently uses this internal API.
178178
if kwargs["sharex"] is not self and kwargs["sharey"] is not self:
179179
raise ValueError("Twinned Axes may share only one axis.")
180180
kl = (self.get_subplotspec(),) + kl

0 commit comments

Comments
 (0)