8000 Merge pull request #22112 from yuanx749/fix-typo · matplotlib/matplotlib@f0995e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit f0995e1

Browse files
authored
Merge pull request #22112 from yuanx749/fix-typo
Fix a small typo
2 parents 68d6b79 + 6234290 commit f0995e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ def reset_position(self):
10721072
"""
10731073
Reset the active position to the original position.
10741074
1075-
This resets the a possible position change due to aspect constraints.
1075+
This resets the possible position change due to aspect constraints.
10761076
For an explanation of the positions see `.set_position`.
10771077
"""
10781078
for ax in self._twinned_axes.get_siblings(self):

0 commit comments

Comments
 (0)
0