Fix typo in config.rst, default exclude __pycache__

By default `__pycache__` is excluded.
This commit is contained in:
Tobias Wilken 2016-05-12 10:20:49 +02:00
parent ccc01f48d1
commit 010a5ad6c3

View file

@ -46,7 +46,7 @@ file. In general, any settings that pep8 supports we also support and we add
the ability to set ``max-complexity`` as well.
- ``exclude``: comma-separated filename and glob patterns
default: ``.svn,CVS,.bzr,.hg,.git,__pycache``
default: ``.svn,CVS,.bzr,.hg,.git,__pycache__``
- ``filename``: comma-separated filename and glob patterns
default: ``*.py``