Skip to content

Commit 455c5bd

Browse files
authored
Merge pull request jxmorris12#97 from lewkoo/patch-1
Update config_file.py
2 parents 50c8ada + cd5a332 commit 455c5bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

language_tool_python/config_file.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'maxSpellingSuggestions', 'maxCheckThreads', 'cacheSize', 'cacheTTLSeconds', 'cacheSize', 'requestLimit',
1010
'requestLimitInBytes', 'timeoutRequestLimit', 'requestLimitPeriodInSeconds', 'languageModel',
1111
'word2vecModel', 'fasttextModel', 'fasttextBinary', 'maxWorkQueueSize', 'rulesFile', 'warmUp',
12-
'blockedReferrers' 'premiumOnly', 'disabledRuleIds', 'pipelineCaching', 'maxPipelinePoolSize',
12+
'blockedReferrers', 'premiumOnly', 'disabledRuleIds', 'pipelineCaching', 'maxPipelinePoolSize',
1313
'pipelineCaching', 'pipelineExpireTimeInSeconds', 'pipelinePrewarming'
1414
}
1515
class LanguageToolConfig:
@@ -93,4 +93,4 @@ def _create_temp_file(self) -> str:
9393
--word2vecModel a directory with word2vec data (optional), see
9494
https://github.com/languagetool-org/languagetool/blob/master/languagetool-standalone/CHANGES.md#word2vec
9595
--premiumAlways activate the premium rules even when user has no username/password - useful for API servers
96-
"""
96+
"""

0 commit comments

Comments
 (0)