Skip to content

Commit fd5ba84

Browse files
wizeng23parthea
andauthored
docs: specify client library version requirement in samples/v1/language_classify_text.py (#388)
* docs: specify client library version requirement * clarify comment Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent a2da59f commit fd5ba84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-language/samples/v1/language_classify_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# usage: python3 samples/v1/language_classify_text.py [--text_content "That actor on TV makes movies in Hollywood and also stars in a variety of popular new TV shows."]
2626

2727
# [START language_classify_text]
28-
from google.cloud import language_v1
28+
from google.cloud import language_v1 # Requires `google-cloud-language>=2.6.0`
2929

3030
def sample_classify_text(text_content):
3131
"""

0 commit comments

Comments
 (0)