mailr14177 - /branches/gui_testing/gui/spin_viewer/containers.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on August 05, 2011 - 14:29:
Author: bugman
Date: Fri Aug  5 14:29:57 2011
New Revision: 14177

URL: http://svn.gna.org/viewcvs/relax?rev=14177&view=rev
Log:
Typo fix.


Modified:
    branches/gui_testing/gui/spin_viewer/containers.py

Modified: branches/gui_testing/gui/spin_viewer/containers.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/spin_viewer/containers.py?rev=14177&r1=14176&r2=14177&view=diff
==============================================================================
--- branches/gui_testing/gui/spin_viewer/containers.py (original)
+++ branches/gui_testing/gui/spin_viewer/containers.py Fri Aug  5 14:29:57 
2011
@@ -556,7 +556,7 @@
                     table.Append((str_to_gui(''), str_to_gui(" '%s': %s," % 
(keys[i], obj[keys[i]])), str_to_gui('')))
 
                 # The last row.
-                table.Append((str_to_gui(')', str_to_gui(" '%s': %s}" % 
(keys[-1], obj[keys[-1]])), str_to_gui('')))
+                table.Append((str_to_gui(''), str_to_gui(" '%s': %s}" % 
(keys[-1], obj[keys[-1]])), str_to_gui('')))
 
             # All other data types.
             else:




Related Messages


Powered by MHonArc, Updated Fri Aug 05 15:00:01 2011