|
From: <md...@us...> - 2007-08-13 14:32:20
|
Revision: 3705
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3705&view=rev
Author: mdboom
Date: 2007-08-13 07:32:15 -0700 (Mon, 13 Aug 2007)
Log Message:
-----------
Fix typo.
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/mathtext.py
Modified: trunk/matplotlib/lib/matplotlib/mathtext.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/mathtext.py 2007-08-13 14:29:49 UTC (rev 3704)
+++ trunk/matplotlib/lib/matplotlib/mathtext.py 2007-08-13 14:32:15 UTC (rev 3705)
@@ -1455,7 +1455,6 @@
"""A convenience class to create an Hlist whose contents are centered
within its enclosing box."""
def __init__(self, elements):
- self.is_accent = is_accent
Hlist.__init__(self, [SsGlue()] + elements + [SsGlue()],
do_kern=False)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|