8000 Backport PR #22434: DOC: imbalanced backticks. · matplotlib/matplotlib@427bb37 · GitHub
[go: up one dir, main page]

Skip to content

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

8000
Appearance settings

Commit 427bb37

Browse files
anntzermeeseeksmachine
authored andcommitted
Backport PR #22434: DOC: imbalanced backticks.
1 parent 9d9a506 commit 427bb37

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