mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
token.md
: Fix documentation of Token.ancestors
(#10917)
This commit is contained in:
parent
e7d2b26966
commit
c323789721
|
@ -221,7 +221,7 @@ dependency tree.
|
|||
|
||||
## Token.ancestors {#ancestors tag="property" model="parser"}
|
||||
|
||||
The rightmost token of this token's syntactic descendants.
|
||||
A sequence of the token's syntactic ancestors (parents, grandparents, etc).
|
||||
|
||||
> #### Example
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue
Block a user