From 427bb3702fba0d52445021310e256c96cddf7108 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Wed, 9 Feb 2022 15:20:26 +0100 Subject: [PATCH] Backport PR #22434: DOC: imbalanced backticks. --- lib/matplotlib/ticker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/ticker.py b/lib/matplotlib/ticker.py index 489cfbe8adc4..dfbe5549b9d4 100644 --- a/lib/matplotlib/ticker.py +++ b/lib/matplotlib/ticker.py @@ -606,7 +606,7 @@ def set_powerlimits(self, lims): lims : (int, int) A tuple *(min_exp, max_exp)* containing the powers of 10 that determine the switchover threshold. For a number representable as - :math:`a \times 10^\mathrm{exp}`` with :math:`1 <= |a| < 10`, + :math:`a \times 10^\mathrm{exp}` with :math:`1 <= |a| < 10`, scientific notation will be used if ``exp <= min_exp`` or ``exp >= max_exp``.