Fix typos
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 19 Oct 2016 10:21:12 +0200
changeset 11729 809407cbff11
parent 11728 b96bed36765d
child 11730 6f303125bfc8
Fix typos
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