Fix grammar in exclude_patterns explanation comment

This commit is contained in:
Sumana Harihareswara 2017-09-26 12:55:51 -04:00 committed by GitHub
parent 5cfefdf2c1
commit 384ccf7813

View File

@ -79,7 +79,7 @@ language = {{ language | repr }}
# List of patterns, relative to source directory, that match files and
# 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 }}]
# The name of the Pygments (syntax highlighting) style to use.