diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-03 18:28:32 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-03 18:28:32 +0000 |
| commit | 7c2b42292fcdb0076630b00ec09778c598a2a1eb (patch) | |
| tree | 6a2bde96e284dc35d647f15647b004f50e4651b6 /docs | |
| parent | f529729ebd858f6d37ba9c6abd319a7cf8e6dc68 (diff) | |
| download | python-setuptools-git-7c2b42292fcdb0076630b00ec09778c598a2a1eb.tar.gz | |
Avoid using a same set of words repeatedly too close
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/userguide/datafiles.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/datafiles.rst b/docs/userguide/datafiles.rst index 32f91aff..d974a301 100644 --- a/docs/userguide/datafiles.rst +++ b/docs/userguide/datafiles.rst @@ -157,7 +157,7 @@ order to find the location of data files. However, this manipulation isn't compatible with PEP 302-based import hooks, including importing from zip files and Python Eggs. It is strongly recommended that, if you are using data files, you should use :mod:`importlib.resources` to access them. -:mod:`importlib.resources` is available since Python 3.7 and the latest version of +:mod:`importlib.resources` was added to Python 3.7 and the latest version of the library is also available via the :pypi:`importlib-resources` backport. See :doc:`importlib-resources:using` for detailed instructions [#importlib]_. |
