mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-12 09:12:21 +03:00
Merge pull request #750 from oiwah/span-doc-typofix-patch
Documentation Typo Fix: start_char description in the span API
This commit is contained in:
commit
94ddfb2304
|
@ -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