Skip to content

Commit 4705c17

Browse files
committed
DOC: imbalanced backticks.
1 parent c0c3627 commit 4705c17

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)