Skip to content

Commit c873719

Browse files
author
Aaron Hill
committed
closing code tag
1 parent eb256b4 commit c873719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/language/text_analytics_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
if not endpoint_var_name in os.environ:
1717
raise Exception('Please set/export the environment variable: {}'.format(endpoint_var_name))
1818
endpoint = os.environ[endpoint_var_name]
19-
# <initialVars>
19+
# </initialVars>
2020

2121
"""Language detection.
2222

0 commit comments

Comments
 (0)