Skip to content

Commit

Permalink
Merge pull request #2543 from tomdyson/patch-1
Browse files Browse the repository at this point in the history
add missing argument to annotate_text() docs
  • Loading branch information
tseaver authored Oct 14, 2016
2 parents 9a5ddd5 + 2021520 commit a8b0c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/language-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ three arguments ``include_syntax``, ``include_entities`` and
arguments to :data:`False`.

When ``include_syntax=False``, ``sentences`` and ``tokens`` in the
response is :data:`None`. When ``include_sentiment``, ``sentiment`` in
the response is :data:`None`. When ``include_entities``, ``entities`` in
response is :data:`None`. When ``include_sentiment=False``, ``sentiment`` in
the response is :data:`None`. When ``include_entities=False``, ``entities`` in
the response is :data:`None`.

.. code-block:: python
Expand Down

0 comments on commit a8b0c19

Please sign in to comment.