cwvreg.py
branchstable
changeset 9701 46c8d8701240
parent 9367 c8a5f7f43c03
child 9770 112c884b2d8d
child 9771 2656ac7fa9a8
--- a/cwvreg.py	Mon Apr 14 11:54:33 2014 +0200
+++ b/cwvreg.py	Mon Apr 14 12:07:00 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)