dabo Commit
Revision 5783
Date: 2010-04-19 09:00:27 -0700 (Mon, 19 Apr 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5783

Changed:
U   trunk/dabo/ui/uiwx/dSizer.py

Log:
Fixed a typo caught by Roger Gammans (Trac ticket #1348)


Diff:
Modified: trunk/dabo/ui/uiwx/dSizer.py
===================================================================
--- trunk/dabo/ui/uiwx/dSizer.py        2010-04-16 16:07:01 UTC (rev 5782)
+++ trunk/dabo/ui/uiwx/dSizer.py        2010-04-19 16:00:27 UTC (rev 5783)
@@ -39,7 +39,7 @@
                if kwargs:
                        # Some kwargs haven't been handled.
                        bad = ", ".join(kwargs.keys())
-                       raise TypeError("Invalid keyword arguments passed to 
dSizer: %s") % bad
+                       raise TypeError("Invalid keyword arguments passed to 
dSizer: %s" % bad)
 
                self.afterInit()
 



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to