Skip to content

Commit 862c7b7

Browse files
authored
Minor
1 parent eb8bed5 commit 862c7b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/Language/BingSpellCheckv7.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@
1616

1717
params = {'mkt': 'en-US', 'mode': 'proof', 'text': text}
1818

19-
# Add your Bing Spell Check subscription key to your environment variables.
19+
# Add your Bing Spell Check subscription key anf endpoint to your environment variables.
2020
key = os.environ['BING_SPELL_CHECK_SUBSCRIPTION_KEY']
21-
22-
# Add your Bing Spell Check endpoint to your environment variables.
2321
host = os.environ['BING_SPELL_CHECK_ENDPOINT']
2422
host = host.replace('https://', '')
2523
path = '/bing/v7.0/spellcheck'

0 commit comments

Comments
 (0)