Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit bff4a65

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 b0d1773 commit bff4a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/v1/language_classify_text.py

+1-1
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)