Merge pull request #4087 from brainwane/brainwane-patch-grammarfix

Fix grammar in exclude_patterns explanation comment
This commit is contained in:
Takeshi KOMIYA 2017-10-01 21:10:38 +09:00 committed by GitHub
commit ad68ae93c1

View File

@ -79,7 +79,7 @@ language = {{ language | repr }}
# List of patterns, relative to source directory, that match files and # List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files. # directories to ignore when looking for source files.
# This patterns also effect to html_static_path and html_extra_path # This pattern also affects html_static_path and html_extra_path .
exclude_patterns = [{{ exclude_patterns }}] exclude_patterns = [{{ exclude_patterns }}]
# The name of the Pygments (syntax highlighting) style to use. # The name of the Pygments (syntax highlighting) style to use.