Skip to content

Commit f35390c

Browse files
committed
Use mod. Fixes doc build failures.
1 parent fb5ddeb commit f35390c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ importable `Python package`_. Resources can live on the file system or in a
1111
zip file, with support for other loader_ classes that implement the appropriate
1212
API for reading resources.
1313

14-
``importlib_resources`` supplies a backport of
15-
:doc:`importlib.resources <library/importlib>`,
14+
``importlib_resources`` supplies a backport of :mod:`importlib.resources`,
1615
enabling early access to features of future Python versions and making
1716
functionality available for older Python versions. Users are encouraged to
1817
use the Python standard library where suitable and fall back to

0 commit comments

Comments
 (0)