fix typo in models.md (#7157)

This commit is contained in:
Tocic 2021-02-22 11:00:38 +03:00 committed by GitHub
parent b92f81d5da
commit b1996a51a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -476,6 +476,6 @@ logic around spaCy's loader, you can use
[pytest](http://pytest.readthedocs.io/en/latest/)'s [pytest](http://pytest.readthedocs.io/en/latest/)'s
[`importorskip()`](https://docs.pytest.org/en/latest/builtin.html#_pytest.outcomes.importorskip) [`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 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 you can also use to perform your own version compatibility checks before loading
it. it.