Skip to content

Commit cac1c6f

Browse files
authored
Merge pull request #64 from aahill/ta-sdk
fixing tag
2 parents 5ab1763 + 1a73fe4 commit cac1c6f

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
@@ -149,7 +149,7 @@ def entity_recognition():
149149
except Exception as err:
150150
print("Encountered exception. {}".format(err))
151151
entity_recognition()
152-
# </entityExtraction>
152+
# </entityRecognition>
153153

154154
if __name__ == "__main__":
155155
import sys

0 commit comments

Comments
 (0)