mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Fix the span doc typo
Fix the typo in the span API doc. It explains the `end` of the span as the `start_char` description.
This commit is contained in:
parent
300650a6f8
commit
7806ebafd2
|
@ -25,7 +25,7 @@ p A slice from a #[code Doc] object.
|
||||||
+row
|
+row
|
||||||
+cell #[code start_char]
|
+cell #[code start_char]
|
||||||
+cell int
|
+cell int
|
||||||
+cell The character offset for the end of the span.
|
+cell The character offset for the start of the span.
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell #[code end_char]
|
+cell #[code end_char]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user