mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
fix typo in models.md (#7157)
This commit is contained in:
parent
d18ccdf822
commit
8109f0bcf2
|
@ -476,6 +476,6 @@ logic around spaCy's loader, you can use
|
|||
[pytest](http://pytest.readthedocs.io/en/latest/)'s
|
||||
[`importorskip()`](https://docs.pytest.org/en/latest/builtin.html#_pytest.outcomes.importorskip)
|
||||
method to only run a test if a specific pipeline package or version is
|
||||
installed. Each pipeline package package exposes a `__version__` attribute which
|
||||
installed. Each pipeline package exposes a `__version__` attribute which
|
||||
you can also use to perform your own version compatibility checks before loading
|
||||
it.
|
||||
|
|
Loading…
Reference in New Issue
Block a user