Extra common word

main
Bob Mottram 2021-07-23 13:10:17 +01:00
parent e23c424162
commit 648ec44fab
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ def _getCommonWords() -> str:
'includes', 'know', 'knowing', 'knows', 'things',
'say', 'says', 'saying', 'many', 'somewhat',
'problem', 'problems', 'idea', 'ideas',
'using', 'uses'
'using', 'uses', 'https'
)
def _updateWordFrequency(content: str, wordFrequency: {}) -> None: