Skip to content

Commit 2021520

Browse files
authored
add missing argument to annotate_text() docs
1 parent 484d469 commit 2021520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/language-usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ three arguments ``include_syntax``, ``include_entities`` and
232232
arguments to :data:`False`.
233233

234234
When ``include_syntax=False``, ``sentences`` and ``tokens`` in the
235-
response is :data:`None`. When ``include_sentiment``, ``sentiment`` in
236-
the response is :data:`None`. When ``include_entities``, ``entities`` in
235+
response is :data:`None`. When ``include_sentiment=False``, ``sentiment`` in
236+
the response is :data:`None`. When ``include_entities=False``, ``entities`` in
237237
the response is :data:`None`.
238238

239239
.. code-block:: python

0 commit comments

Comments
 (0)