X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=python%2Fovs%2Fdb%2Fdata.py;h=e21a1ccfaaa5a545150b01f33cec01e9378c3be7;hb=ec9f40dce11c7e81bc41d42e3bbfaaf8287165ce;hp=55e7a732b33bdeeae3f41085072ae31e37c7a901;hpb=4be5ac89bea2972007d53992be841e0e8eb3350b;p=sliver-openvswitch.git diff --git a/python/ovs/db/data.py b/python/ovs/db/data.py index 55e7a732b..e21a1ccfa 100644 --- a/python/ovs/db/data.py +++ b/python/ovs/db/data.py @@ -468,7 +468,7 @@ class Datum(object): new datum's value is taken from 'value', which must take the form described as a valid return value from Datum.to_python() for 'type'. - Each scalar value within 'value' is initally passed through + Each scalar value within 'value' is initially passed through 'row_to_uuid', which should convert objects that represent rows (if any) into uuid.UUID objects and return other data unchanged.