Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e47772e

Browse files
committed
Removed extra spurious backtick
1 parent ab1b9cb commit e47772e

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
@@ -1227,7 +1227,7 @@ def __init__(self, unit="", places=None, sep=" ", *, usetex=None,
12271227
* ``sep="\\N{THIN SPACE}"`` (``U+2009``);
12281228
* ``sep="\\N{NARROW NO-BREAK SPACE}"`` (``U+202F``);
12291229
* ``sep="\\N{NO-BREAK SPACE}"`` (``U+00A0``).
1230-
`
1230+
12311231
usetex : bool (default: None)
12321232
To enable/disable the use of TeX's math mode for rendering the
12331233
numbers in the formatter.

0 commit comments

Comments
 (0)