cwvreg.py
changeset 9770 112c884b2d8d
parent 9469 032825bbacab
parent 9701 46c8d8701240
child 9894 9461d1bd70bb
--- a/cwvreg.py	Wed Apr 09 17:29:25 2014 +0200
+++ b/cwvreg.py	Tue Jun 10 09:49:45 2014 +0200
@@ -753,7 +753,7 @@
             return self.property_info(key)['default']
 
     def typed_value(self, key, value):
-        """value is an unicode string, return it correctly typed. Let potential
+        """value is a unicode string, return it correctly typed. Let potential
         type error propagates.
         """
         pdef = self.property_info(key)