From: <md...@us...> - 2007-08-20 12:47:10
|
Revision: 3716 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3716&view=rev Author: mdboom Date: 2007-08-20 05:46:53 -0700 (Mon, 20 Aug 2007) Log Message: ----------- Remove a Unicode character Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/mathtext.py Modified: trunk/matplotlib/lib/matplotlib/mathtext.py =================================================================== --- trunk/matplotlib/lib/matplotlib/mathtext.py 2007-08-17 22:36:01 UTC (rev 3715) +++ trunk/matplotlib/lib/matplotlib/mathtext.py 2007-08-20 12:46:53 UTC (rev 3716) @@ -176,9 +176,9 @@ or a Type1 symbol name (i.e. 'phi'). """ - # From UTF #25: U+2212 − minus sign is the preferred + # From UTF #25: U+2212 minus sign is the preferred # representation of the unary and binary minus sign rather than - # the ASCII-derived U+002D - hyphen-minus, because minus sign is + # the ASCII-derived U+002D hyphen-minus, because minus sign is # unambiguous and because it is rendered with a more desirable # length, usually longer than a hyphen. if symbol == '-': This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |