Skip to content

Commit cdb4adf

Browse files
committed
TO SQUASH: Use a named tuple.
1 parent 522d73a commit cdb4adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language-usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ The :meth:`~gcloud.language.document.Document.annotate_text` method
216216
analyzes a document and is intended for users who are familiar with
217217
machine learning and need in-depth text features to build upon.
218218

219-
The method returns a four-tuple of
219+
The method returns a named tuple with four entries:
220220

221221
* ``sentences``: A :class:`list` of sentences in the text
222222
* ``tokens``: A :class:`list` of :class:`~gcloud.language.token.Token`

0 commit comments

Comments
 (0)