# HG changeset patch # User Sylvain Thénault # Date 1476865272 -7200 # Node ID 809407cbff11387f10cd067dac8b913858b074bb # Parent b96bed36765dccbcfaacaae0a81d3f4d7038ab5c Fix typos diff -r b96bed36765d -r 809407cbff11 cubicweb/entity.py --- a/cubicweb/entity.py Mon Oct 10 14:27:24 2016 +0200 +++ b/cubicweb/entity.py Wed Oct 19 10:21:12 2016 +0200 @@ -152,7 +152,7 @@ the class and instances has access to their issuing cursor. A property is set for each attribute and relation on each entity's type - class. Becare that among attributes, 'eid' is *NEITHER* stored in the + class. Becare that among attributes, 'eid' is *NEVER* stored in the dict containment (which acts as a cache for other attributes dynamically fetched) @@ -774,7 +774,7 @@ for rtype in self.skip_copy_for: skip_copy_for['subject'].add(rtype) warn('[3.14] skip_copy_for on entity classes (%s) is deprecated, ' - 'use cw_skip_for instead with list of couples (rtype, role)' % self.cw_etype, + 'use cw_skip_copy_for instead with list of couples (rtype, role)' % self.cw_etype, DeprecationWarning) for rtype, role in self.cw_skip_copy_for: assert role in ('subject', 'object'), role