diff options
author | Anentropic <ego@anentropic.com> | 2015-11-18 12:07:22 +0000 |
---|---|---|
committer | Anentropic <ego@anentropic.com> | 2015-11-18 12:07:22 +0000 |
commit | 5b9a8c20186ab0fd80e09ca3db495840b81937de (patch) | |
tree | 5881751a6b6ac1379c2599d44a98a8d2b3010bda /man | |
parent | ead6051dd138e4c71a2012de14df9fabe879cc9b (diff) | |
download | pylint-git-5b9a8c20186ab0fd80e09ca3db495840b81937de.tar.gz |
error E0201 is obsolete - now E1101
--HG--
branch : remove-E0201-references
Diffstat (limited to 'man')
-rw-r--r-- | man/pylint.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pylint.1 b/man/pylint.1 index fd12abb6d..a5d86884f 100644 --- a/man/pylint.1 +++ b/man/pylint.1 @@ -215,7 +215,7 @@ List of classes names for which member attributes should not be checked (useful .IP "--zope=<y_or_n>" When zope mode is activated, add a predefined set of Zope acquired attributes to generated-members. [current: no] .IP "--generated-members=<members names>" -List of members which are set dynamically and missed by pylint inference system, and so shouldn't trigger E0201 when accessed. Python regular expressions are accepted. [current: REQUEST,acl_users,aq_parent] +List of members which are set dynamically and missed by pylint inference system, and so shouldn't trigger E1101 when accessed. Python regular expressions are accepted. [current: REQUEST,acl_users,aq_parent] .SH SPELLING .IP "--spelling-dict=<dict name>" |