Skip to content

Commit

Permalink
Merge pull request #12599 from habi/patch-1
Browse files Browse the repository at this point in the history
Fix formatting of docstring
  • Loading branch information
anntzer committed Oct 23, 2018
2 parents e02f2c5 + 60b9499 commit 0b9a3e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/matplotlib/axes/_base.py
Expand Up @@ -2764,10 +2764,10 @@ def ticklabel_format(self, *, axis='both', style='', scilimits=None,
*scilimits* (m, n), pair of integers; if *style*
is 'sci', scientific notation will
be used for numbers outside the range
10`m`:sup: to 10`n`:sup:.
10\ :sup:`m` to 10\ :sup:`n`.
Use (0,0) to include all numbers.
Use (m,m) where m <> 0 to fix the order
of magnitude to 10`m`:sup:.
of magnitude to 10\ :sup:`m`.
*useOffset* [ bool | offset ]; if True,
the offset will be calculated as needed;
if False, no offset will be used; if a
Expand Down

0 comments on commit 0b9a3e7

Please sign in to comment.