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.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to