diff options
Diffstat (limited to 'sphinx/search/en.py')
-rw-r--r-- | sphinx/search/en.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sphinx/search/en.py b/sphinx/search/en.py index c6658ffdc..fbee9ba60 100644 --- a/sphinx/search/en.py +++ b/sphinx/search/en.py @@ -12,7 +12,11 @@ from sphinx.search import SearchLanguage from sphinx.util.stemmer import get_stemmer -english_stopwords = set(""" +if False: + # For type annotation + from typing import Dict # NOQA + +english_stopwords = set(u""" a and are as at be but by for |