Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit09a17f4

Browse files
authored
pep8
remove trailing spaces on a comment line
1 parent466330b commit09a17f4

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
frommatplotlib.projectionsimportprocess_projection_requirements
175175
if'sharex'inkwargsand'sharey'inkwargs:
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
ifkwargs["sharex"]isnotselfandkwargs["sharey"]isnotself:
179179
raiseValueError("Twinned Axes may share only one axis.")
180180
kl= (self.get_subplotspec(),)+kl

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp