8000 pep8 · matplotlib/matplotlib@2c37e60 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c37e60

Browse files
authored
pep8
1 parent e767003 commit 2c37e60

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
@@ -173,7 +173,7 @@ def _make_twin_axes(self, *kl, **kwargs):
173173
"""
174174
from matplotlib.projections import process_projection_requirements
175175
if kwargs["sharex"] is not self and kwargs["sharey"] is not self:
176-
raise ValueError("Twinned Axes may share only one axis.")
176+
raise ValueError("Twinned Axes may share only one axis.")
177177
kl = (self.get_subplotspec(),) + kl
178178
projection_class, kwargs, key = process_projection_requirements(
179179
self.figure, *kl, **kwargs)

0 commit comments

Comments
 (0)
0