8000 Merge pull request #22441 from meeseeksmachine/auto-backport-of-pr-22… · matplotlib/matplotlib@4fe8472 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fe8472

Browse files
authored
Merge pull request #22441 from meeseeksmachine/auto-backport-of-pr-22434-on-v3.5.x
Backport PR #22434 on branch v3.5.x (DOC: imbalanced backticks.)
2 parents cd5c61c + 427bb37 commit 4fe8472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/ticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ def set_powerlimits(self, lims):
606606
lims : (int, int)
607607
A tuple *(min_exp, max_exp)* containing the powers of 10 that
608608
determine the switchover threshold. For a number representable as
609-
:math:`a \times 10^\mathrm{exp}`` with :math:`1 <= |a| < 10`,
609+
:math:`a \times 10^\mathrm{exp}` with :math:`1 <= |a| < 10`,
610610
scientific notation will be used if ``exp <= min_exp`` or
611611
``exp >= max_exp``.
612612

0 commit comments

Comments
 (0)
0