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

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)