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

Skip to content

Commit cfe8032

Browse files
committed
spelling: wrapping
Signed-off-by: Josh Soref <[email protected]>
1 parent d478038 commit cfe8032

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
@@ -354,7 +354,7 @@ class FormatStrFormatter(Formatter):
354354
It will be applied to the value (not the position) of the tick.
355355
356356
Negative numeric values will use a dash, not a Unicode minus; use mathtext
357-
to get a Unicode minus by wrappping the format specifier with $ (e.g.
357+
to get a Unicode minus by wrapping the format specifier with $ (e.g.
358358
"$%g$").
359359
"""
360360
def __init__(self, fmt):

0 commit comments

Comments
 (0)