8000 Merge pull request #12599 from habi/patch-1 · matplotlib/matplotlib@0b9a3e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b9a3e7

Browse files
authored
Merge pull request #12599 from habi/patch-1
Fix formatting of docstring
2 parents e02f2c5 + 60b9499 commit 0b9a3e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2764,10 +2764,10 @@ def ticklabel_format(self, *, axis='both', style='', scilimits=None,
27642764
*scilimits* (m, n), pair of integers; if *style*
27652765
is 'sci', scientific notation will
27662766
be used for numbers outside the range
2767-
10`m`:sup: to 10`n`:sup:.
2767+
10\ :sup:`m` to 10\ :sup:`n`.
27682768
Use (0,0) to include all numbers.
27692769
Use (m,m) where m <> 0 to fix the order
2770-
of magnitude to 10`m`:sup:.
2770+
of magnitude to 10\ :sup:`m`.
27712771
*useOffset* [ bool | offset ]; if True,
27722772
the offset will be calculated as needed;
27732773
if False, no offset will be used; if a

0 commit comments

Comments
 (0)
0