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

Skip to content

Commit 79df5ba

Browse files
committed
Remove a Unicode character
svn path=/trunk/matplotlib/; revision=3716
1 parent f851838 commit 79df5ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/mathtext.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ def get_unicode_index(symbol):
176176
or a Type1 symbol name (i.e. 'phi').
177177
178178
"""
179-
# From UTF #25: U+2212 minus sign is the preferred
179+
# From UTF #25: U+2212 minus sign is the preferred
180180
# representation of the unary and binary minus sign rather than
181-
# the ASCII-derived U+002D - hyphen-minus, because minus sign is
181+
# the ASCII-derived U+002D hyphen-minus, because minus sign is
182182
# unambiguous and because it is rendered with a more desirable
183183
# length, usually longer than a hyphen.
184184
if symbol == '-':

0 commit comments

Comments
 (0)