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 eb256b4 commit c873719Copy full SHA for c873719
samples/language/text_analytics_samples.py
@@ -16,7 +16,7 @@
16
if not endpoint_var_name in os.environ:
17
raise Exception('Please set/export the environment variable: {}'.format(endpoint_var_name))
18
endpoint = os.environ[endpoint_var_name]
19
-# <initialVars>
+# </initialVars>
20
21
"""Language detection.
22
0 commit comments