Skip to content

Commit

Permalink
TO SQUASH: Use a named tuple.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Aug 22, 2016
1 parent 522d73a commit cdb4adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/language-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ The :meth:`~gcloud.language.document.Document.annotate_text` method
analyzes a document and is intended for users who are familiar with
machine learning and need in-depth text features to build upon.

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

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

0 comments on commit cdb4adf

Please sign in to comment.