From a2345618f111552e141e128e1d48dd1d0a672a6b Mon Sep 17 00:00:00 2001 From: adrianeboyd Date: Fri, 8 May 2020 10:25:02 +0200 Subject: [PATCH] Fix Token API docs from #5375 (#5418) --- website/docs/api/token.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/api/token.md b/website/docs/api/token.md index 7280ac796..24a9dce79 100644 --- a/website/docs/api/token.md +++ b/website/docs/api/token.md @@ -351,6 +351,7 @@ property to `0` for the first word of the document. - assert doc[4].sent_start == 1 + assert doc[4].is_sent_start == True ``` + ## Token.is_sent_end {#is_sent_end tag="property" new="2"}