diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2013-04-16 12:39:30 +0200 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2013-04-16 12:39:30 +0200 |
commit | 698ee3e15db3409daf4acba9e01af99e47733daa (patch) | |
tree | 82653e313326b066ba228835b0452a23242d61d9 /config.py | |
parent | 12ba4ab01e8a5b1f525098e57c03a36edb057b26 (diff) | |
download | pylint-698ee3e15db3409daf4acba9e01af99e47733daa.tar.gz |
consistent product naming: Pylint
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ # You should have received a copy of the GNU General Public License along with # this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -"""utilities for PyLint configuration : +"""utilities for Pylint configuration : * pylintrc * pylint.d (PYLINTHOME) |