We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8bed5 commit 862c7b7Copy full SHA for 862c7b7
python/Language/BingSpellCheckv7.py
@@ -16,10 +16,8 @@
16
17
params = {'mkt': 'en-US', 'mode': 'proof', 'text': text}
18
19
-# Add your Bing Spell Check subscription key to your environment variables.
+# Add your Bing Spell Check subscription key anf endpoint to your environment variables.
20
key = os.environ['BING_SPELL_CHECK_SUBSCRIPTION_KEY']
21
-
22
-# Add your Bing Spell Check endpoint to your environment variables.
23
host = os.environ['BING_SPELL_CHECK_ENDPOINT']
24
host = host.replace('https://', '')
25
path = '/bing/v7.0/spellcheck'
0 commit comments