Minor typo fix in docs

This commit is contained in:
Paul O'Leary McCann 2021-09-11 14:22:05 +09:00 committed by GitHub
parent 646f3a54db
commit f89e1c34c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -795,7 +795,7 @@ if there's no state to be passed through spaCy can just take care of this fo
you. The following two code examples are equivalent: you. The following two code examples are equivalent:
```python ```python
# Statless component with @Language.factory # Stateless component with @Language.factory
@Language.factory("my_component") @Language.factory("my_component")
def create_my_component(): def create_my_component():
def my_component(doc): def my_component(doc):