diff options
author | 2024-05-19 01:32:44 +0000 | |
---|---|---|
committer | 2024-05-19 01:32:44 +0000 | |
commit | 574f77ba8e2d1f1640ac0318b992758d3197abbe (patch) | |
tree | 02627cf28e6bce57af8c2116465fa18e29889fb5 /v10.6.0/_static/language_data.js | |
parent | Deploying to docs from @ python-discord/bot-core@29234ba1a4ec0a347349e3ec5867... (diff) |
Deploying to docs from @ python-discord/bot-core@c296ba30d359c7cd92fd5b4a40d7ef898d603bff 🚀
Diffstat (limited to 'v10.6.0/_static/language_data.js')
-rw-r--r-- | v10.6.0/_static/language_data.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v10.6.0/_static/language_data.js b/v10.6.0/_static/language_data.js index 250f5665..367b8ed8 100644 --- a/v10.6.0/_static/language_data.js +++ b/v10.6.0/_static/language_data.js @@ -5,7 +5,7 @@ * This script contains the language-specific data used by searchtools.js, * namely the list of stopwords, stemmer, scorer and splitter. * - * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ @@ -13,7 +13,7 @@ var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"]; -/* Non-minified version is copied as a separate JS file, is available */ +/* Non-minified version is copied as a separate JS file, if available */ /** * Porter Stemmer |